fix
This commit is contained in:
@@ -160,7 +160,7 @@ input:focus{
|
||||
box-shadow: none !important;
|
||||
width: 15rem;
|
||||
background: #FFFFFF;
|
||||
border-radius: 1rem;
|
||||
border-radius: 4rem;
|
||||
margin: 0 1rem;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder{
|
||||
@@ -794,7 +794,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
}
|
||||
>input{
|
||||
height: 2.5rem !important;
|
||||
border-radius: 4rem;
|
||||
border-radius: 1rem;
|
||||
// border-radius: 4rem;
|
||||
padding: calc(2rem - 1px * 2) !important;
|
||||
box-sizing: content-box;
|
||||
background-color: #f3f3f3;
|
||||
@@ -818,7 +819,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
}
|
||||
.ant-picker-range,.ant-select-selector,.range_picker{
|
||||
height: 2.5rem !important;
|
||||
border-radius: 4rem;
|
||||
border-radius: 1rem;
|
||||
padding: calc(2rem - 1px * 2) !important;
|
||||
box-sizing: content-box;
|
||||
background-color: #f3f3f3;
|
||||
@@ -826,6 +827,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
width: calc(100% - 4rem);
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.ant-select-selector{
|
||||
border-radius: 4rem;
|
||||
}
|
||||
.ant-picker-input > input{
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
@@ -844,7 +848,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
font-size: 1.8rem;
|
||||
width: 100%;
|
||||
border: 1px solid #dcdfe6;
|
||||
border-radius: 4rem;
|
||||
border-radius: 1rem;
|
||||
background-color: #fff;
|
||||
height: 2.5rem;
|
||||
padding: 2rem;
|
||||
@@ -1823,7 +1827,7 @@ textarea:focus{
|
||||
|
||||
}
|
||||
//设计input和上传按钮样式
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.scaleImage_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
|
||||
.input_border{
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
@@ -1900,7 +1904,7 @@ textarea:focus{
|
||||
}
|
||||
.input_box_btnBox{
|
||||
border: 1px solid #000;
|
||||
border-radius: 4rem;
|
||||
border-radius: 1rem;
|
||||
width: var(--width);
|
||||
display: flex;
|
||||
float: left;
|
||||
@@ -1941,7 +1945,6 @@ textarea:focus{
|
||||
width: 100%;
|
||||
border-radius: calc(.5rem*1.2);
|
||||
border: 1px solid rgba(0,0,0,.15);
|
||||
padding-left: calc(1.5rem*1.2);
|
||||
border: calc(0.1rem*1.2) solid #ffffff00;
|
||||
// border: calc(0.1rem*1.2) solid #F1F1F1;
|
||||
font-size: 1.8rem;
|
||||
|
||||
Reference in New Issue
Block a user