* fix bug #18039,task #47399, keep close button is 32px in bug/story/task assignTo page

This commit is contained in:
chaideqing
2022-01-17 11:26:33 +08:00
parent 0f062c84ee
commit 02bace4f99
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -11,3 +11,4 @@ html, body, #main, .container { height: 100%;}
.linkButton {float: right; padding-right: 10px; cursor: pointer;}
.linkButton i {font-size: 17px !important;}
.linkButton span {line-height: 34px; display: block;}
.modal-header .close {font-size: 32px !important};
+1
View File
@@ -15,3 +15,4 @@ html, body, #main, .container { height: 100%;}
.linkButton i {font-size: 17px !important;}
.linkButton span {line-height: 34px; display: block;}
.btn-toolbar {width: calc(100% - 30px);}
.modal-header .close {font-size: 32px !important};
+1
View File
@@ -15,3 +15,4 @@ html, body, #main, .container { height: 100%;}
.linkButton i {font-size: 17px !important;}
.linkButton span {line-height: 34px; display: block;}
.btn-toolbar {width: calc(100% - 30px);}
.modal-header .close {font-size: 32px !important};