* Fix code style.

This commit is contained in:
zhujinyong
2021-03-10 23:07:20 +08:00
parent 5be8db8cb7
commit f54307a4cc
358 changed files with 1375 additions and 1375 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
.future {display: inline-block}
.c-number {overflow: hidden; text-align: right!important; text-overflow: ellipsis; white-space: nowrap;}
.future {display: inline-block;}
.c-number {overflow: hidden; text-align: right !important; text-overflow: ellipsis; white-space: nowrap;}
+5 -5
View File
@@ -1,11 +1,11 @@
#copyProjectModal {padding: 0}
#copyProjectModal {padding: 0 2px}
#copyProjectModal {padding: 0;}
#copyProjectModal {padding: 0 2px;}
#copyProjectModal > div {position: relative;}
#copyProjectModal a {display: block; min-height: 30px; line-height: 30px; padding: 5px 15px; border: 1px solid #e5e5e5; color: #333; margin: 5px 0; border-radius: 3px;}
#copyProjectModal a > i {display: inline-block; margin-right: 5px;}
#copyProjectModal a:hover {border:1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none}
#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6}
#copyProjectModal a:hover {border: 1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none;}
#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6;}
#copyProjectModal a.active:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 25px;}
#copyProjectModal a.cancel {color: #ff5d5d}
#copyProjectModal a.cancel {color: #ff5d5d;}
#budget {border-right: 0px;}
#budgetUnit {border-left: 0px;}