修复部分bug和页面调整
This commit is contained in:
@@ -1157,6 +1157,17 @@ i {
|
||||
z-index: 2;
|
||||
flex: 1;
|
||||
}
|
||||
.collection_modal_body .input_border .input_box.active input,
|
||||
.design_detail_modal_component .input_border .input_box.active input,
|
||||
.library_page .input_border .input_box.active input {
|
||||
border: 1px solid #ff0001;
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
.collection_modal_body .input_border .input_box.active span,
|
||||
.design_detail_modal_component .input_border .input_box.active span,
|
||||
.library_page .input_border .input_box.active span {
|
||||
opacity: 1;
|
||||
}
|
||||
.collection_modal_body .input_border input,
|
||||
.design_detail_modal_component .input_border input,
|
||||
.library_page .input_border input {
|
||||
@@ -1195,17 +1206,6 @@ i {
|
||||
transform: scale(0.7);
|
||||
transform-origin: left bottom;
|
||||
}
|
||||
.collection_modal_body .input_border.active input,
|
||||
.design_detail_modal_component .input_border.active input,
|
||||
.library_page .input_border.active input {
|
||||
border: 1px solid #ff0001;
|
||||
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
.collection_modal_body .input_border.active span,
|
||||
.design_detail_modal_component .input_border.active span,
|
||||
.library_page .input_border.active span {
|
||||
opacity: 1;
|
||||
}
|
||||
.collection_modal_body .input_border .generage_btn,
|
||||
.design_detail_modal_component .input_border .generage_btn,
|
||||
.library_page .input_border .generage_btn {
|
||||
|
||||
Reference in New Issue
Block a user