页面调整
This commit is contained in:
@@ -10,7 +10,7 @@ html,body,#app{
|
||||
--aida-fsize1-8: calc(1.8rem);
|
||||
--aida-fsize1-6: calc(1.6rem);
|
||||
--aida-fsize1-4: calc(1.4rem*1.2);
|
||||
--antd-wave-shadow-color:#39215b;
|
||||
--antd-wave-shadow-color:#000;
|
||||
}
|
||||
::selection{
|
||||
background-color: #1890ff;
|
||||
@@ -60,8 +60,10 @@ input:focus{
|
||||
}
|
||||
|
||||
.ant-slider.system_silder{
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
width: calc(100% - 2rem);
|
||||
|
||||
.ant-slider-rail{
|
||||
height: 0.6rem;
|
||||
@@ -787,6 +789,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
}
|
||||
.ant-picker-range,.ant-select-selector,.range_picker{
|
||||
padding: 1rem 2rem !important;
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
.el-cascader{
|
||||
padding: 1rem 2rem;
|
||||
@@ -1911,7 +1914,7 @@ textarea:focus{
|
||||
|
||||
}
|
||||
//设计input和上传按钮样式
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.poseTransfer,.scaleImage_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.poseTransfer,.scaleImage_modal,.editDesignType_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
|
||||
.input_border{
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
@@ -1919,10 +1922,11 @@ textarea:focus{
|
||||
padding-bottom: calc(2rem*1.2);
|
||||
top: 0;
|
||||
flex-wrap: wrap;
|
||||
z-index: 6;
|
||||
--width:65%;
|
||||
.input_box{
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
z-index: 6;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1995,10 +1999,11 @@ textarea:focus{
|
||||
float: left;
|
||||
align-items: center;
|
||||
padding: 1.5rem 2rem;
|
||||
padding-right: 0;
|
||||
// padding-right: 0;
|
||||
background-color: #fff;
|
||||
flex: 1;
|
||||
height: 5rem;
|
||||
height: auto;
|
||||
// height: 5rem;
|
||||
// border
|
||||
&.sketch{
|
||||
padding: 0;
|
||||
@@ -2017,7 +2022,8 @@ textarea:focus{
|
||||
> .textarea{
|
||||
border-radius: 1rem;
|
||||
min-height: 2rem;
|
||||
max-height: 20rem;
|
||||
// max-height: 20rem;
|
||||
max-height: 14rem;
|
||||
border: none;
|
||||
resize: none;
|
||||
height: 2.7rem;
|
||||
@@ -2123,7 +2129,8 @@ textarea:focus{
|
||||
left: 0;
|
||||
font-size: calc(1.6rem*1.2);
|
||||
// width: 30rem;
|
||||
width: var(--width);
|
||||
// width: var(--width);
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
height: 20rem;
|
||||
top: 0rem;
|
||||
|
||||
Reference in New Issue
Block a user