部分bug修复和对话中的图片过期处理
This commit is contained in:
@@ -1943,7 +1943,7 @@ textarea:focus {
|
||||
.accountEdit_page .input_border .input_box_btnBox.sketch .upload_item,
|
||||
.generalMenu_printModel_upload .input_border .input_box_btnBox.sketch .upload_item,
|
||||
.generate .input_border .input_box_btnBox.sketch .upload_item {
|
||||
width: 6rem;
|
||||
width: 8rem;
|
||||
}
|
||||
.collection_modal_body .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
|
||||
.design_detail_modal_component .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
|
||||
@@ -1954,8 +1954,8 @@ textarea:focus {
|
||||
.accountEdit_page .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
|
||||
.generalMenu_printModel_upload .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
|
||||
.generate .input_border .input_box_btnBox.sketch .upload_item .upload_file_item {
|
||||
height: 6rem;
|
||||
width: 6rem;
|
||||
height: 8rem;
|
||||
width: 8rem;
|
||||
}
|
||||
.collection_modal_body .input_border .input_box_btnBox > .textarea,
|
||||
.design_detail_modal_component .input_border .input_box_btnBox > .textarea,
|
||||
@@ -2248,9 +2248,11 @@ textarea:focus {
|
||||
margin-left: 2rem;
|
||||
display: flex;
|
||||
font-size: 1.6rem;
|
||||
padding: 1rem 2rem;
|
||||
box-sizing: content-box;
|
||||
justify-content: center;
|
||||
padding: 0 2rem;
|
||||
line-height: 5.4rem;
|
||||
height: 5.4rem;
|
||||
}
|
||||
.generage_btn_box .generage_btn {
|
||||
width: 10rem;
|
||||
|
||||
Reference in New Issue
Block a user