style:弹框
Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -30,9 +30,9 @@ | ... | @@ -30,9 +30,9 @@ |
30 | border-right: none; | 30 | border-right: none; |
31 | text-align: center; | 31 | text-align: center; |
32 | padding: 0; | 32 | padding: 0; |
33 | color: #02D9FD; | ||
33 | line-height: 16px; | 34 | line-height: 16px; |
34 | font-size: 12px; | 35 | font-size: 12px; |
35 | color: #CEF8FF; | ||
36 | margin-top: 8px !important; | 36 | margin-top: 8px !important; |
37 | } | 37 | } |
38 | 38 | ... | ... |
... | @@ -279,6 +279,7 @@ export default { | ... | @@ -279,6 +279,7 @@ export default { |
279 | border: 1px solid #224C7C !important; | 279 | border: 1px solid #224C7C !important; |
280 | margin: 0 0 10px 0 !important; | 280 | margin: 0 0 10px 0 !important; |
281 | width: 100% !important; | 281 | width: 100% !important; |
282 | color: #dadde3 !important; | ||
282 | background: transparent !important; | 283 | background: transparent !important; |
283 | } | 284 | } |
284 | 285 | ||
... | @@ -286,6 +287,7 @@ export default { | ... | @@ -286,6 +287,7 @@ export default { |
286 | border: 1px solid #224C7C !important; | 287 | border: 1px solid #224C7C !important; |
287 | margin: 0 !important; | 288 | margin: 0 !important; |
288 | width: 100% !important; | 289 | width: 100% !important; |
290 | color: #dadde3 !important; | ||
289 | background: transparent !important; | 291 | background: transparent !important; |
290 | } | 292 | } |
291 | } | 293 | } |
... | @@ -367,6 +369,7 @@ export default { | ... | @@ -367,6 +369,7 @@ export default { |
367 | 369 | ||
368 | .tab-pane-item { | 370 | .tab-pane-item { |
369 | line-height: 20px; | 371 | line-height: 20px; |
372 | color: #02D9FD; | ||
370 | 373 | ||
371 | p { | 374 | p { |
372 | text-align: center; | 375 | text-align: center; | ... | ... |
... | @@ -444,7 +444,7 @@ table td { | ... | @@ -444,7 +444,7 @@ table td { |
444 | } | 444 | } |
445 | 445 | ||
446 | .el-select-dropdown { | 446 | .el-select-dropdown { |
447 | top: 175px !important; | 447 | margin-top: 5px !important; |
448 | } | 448 | } |
449 | 449 | ||
450 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, | 450 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, | ... | ... |
-
Please register or sign in to post a comment