Showing
1 changed file
with
6 additions
and
1 deletions
| ... | @@ -996,7 +996,6 @@ input:disabled { | ... | @@ -996,7 +996,6 @@ input:disabled { |
| 996 | } | 996 | } |
| 997 | 997 | ||
| 998 | .textarea-box { | 998 | .textarea-box { |
| 999 | - | ||
| 1000 | .label { | 999 | .label { |
| 1001 | 1000 | ||
| 1002 | .el-form-item__label { | 1001 | .el-form-item__label { |
| ... | @@ -1112,6 +1111,7 @@ input:disabled { | ... | @@ -1112,6 +1111,7 @@ input:disabled { |
| 1112 | .el-dialog__header { | 1111 | .el-dialog__header { |
| 1113 | .el-dialog__title { | 1112 | .el-dialog__title { |
| 1114 | font-size: 18px; | 1113 | font-size: 18px; |
| 1114 | + font-weight: 700; | ||
| 1115 | } | 1115 | } |
| 1116 | } | 1116 | } |
| 1117 | 1117 | ||
| ... | @@ -1161,4 +1161,9 @@ input:disabled { | ... | @@ -1161,4 +1161,9 @@ input:disabled { |
| 1161 | } | 1161 | } |
| 1162 | } | 1162 | } |
| 1163 | } | 1163 | } |
| 1164 | +} | ||
| 1165 | + | ||
| 1166 | +.tipWeight { | ||
| 1167 | + font-weight: 600; | ||
| 1168 | + text-decoration-line: underline | ||
| 1164 | } | 1169 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment