Merge branch 'sprint/master_zhouxudong_59537' into 'master'

* Finish task #59536 #59537.

See merge request easycorp/zentaopms!4351
This commit is contained in:
王怡栋
2022-07-05 08:31:52 +00:00
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
.product-info .progress-info {position: absolute; left: 8px; top: 10px; width: 180px; font-size: 12px;}
.product-info .type-info {color: #A6AAB8; text-align: center; position: absolute; right: 0; top: 6px; width: 100px;}
.product-info .type-value,
.product-info .type-label {font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product-info .type-label {font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #838A9D;}
.progress-pie .progress-info>small {color: #838A9D;}
.product-info .type-value {font-size: 14px;}
.product-info .type-value > strong {font-size: 20px; color: #3C4353;}
.product-info .actions {position: absolute; left: 10px; top: 14px;}
+3
View File
@@ -18,3 +18,6 @@ td.delayed {background: #e84e0f !important; color: white;}
.c-status, .c-date, .c-user-short {width: 70px;}
.c-project {width: 130px;}
#taskTable .assigned-title{width: 110px; padding-left: 29px;}
html[lang="en"] .c-date {width: 80px;}
html[lang="en"] .c-user-short {width: 88px;}