dec2efd7 by 任超

style:弹框

1 parent c11f0d4d
......@@ -30,9 +30,9 @@
border-right: none;
text-align: center;
padding: 0;
color: #02D9FD;
line-height: 16px;
font-size: 12px;
color: #CEF8FF;
margin-top: 8px !important;
}
......
......@@ -279,6 +279,7 @@ export default {
border: 1px solid #224C7C !important;
margin: 0 0 10px 0 !important;
width: 100% !important;
color: #dadde3 !important;
background: transparent !important;
}
......@@ -286,6 +287,7 @@ export default {
border: 1px solid #224C7C !important;
margin: 0 !important;
width: 100% !important;
color: #dadde3 !important;
background: transparent !important;
}
}
......@@ -367,6 +369,7 @@ export default {
.tab-pane-item {
line-height: 20px;
color: #02D9FD;
p {
text-align: center;
......
......@@ -444,7 +444,7 @@ table td {
}
.el-select-dropdown {
top: 175px !important;
margin-top: 5px !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover,
......