style:下拉框样式
Showing
1 changed file
with
38 additions
and
0 deletions
... | @@ -246,3 +246,41 @@ table td { | ... | @@ -246,3 +246,41 @@ table td { |
246 | top: 2px; | 246 | top: 2px; |
247 | } | 247 | } |
248 | } | 248 | } |
249 | |||
250 | |||
251 | // element 下拉框样式 | ||
252 | .el-menu--popup, | ||
253 | .el-select-dropdown { | ||
254 | background-color: #031A46 !important; | ||
255 | padding: 10px; | ||
256 | border: none; | ||
257 | } | ||
258 | |||
259 | .el-popper[x-placement^="bottom"] .popper__arrow::after { | ||
260 | border-bottom-color: #074487 !important; | ||
261 | } | ||
262 | |||
263 | .el-popper[x-placement^="bottom"] .popper__arrow { | ||
264 | border-bottom-color: #074487 !important; | ||
265 | } | ||
266 | |||
267 | |||
268 | |||
269 | .el-menu--horizontal .el-menu .el-menu-item, | ||
270 | .el-select-dropdown__item, | ||
271 | .el-menu--horizontal .el-menu .el-submenu__title { | ||
272 | background: #074487 !important; | ||
273 | margin: 5px 0; | ||
274 | border: 1px solid #074487; | ||
275 | color: #02D9FD !important; | ||
276 | } | ||
277 | |||
278 | .el-menu--horizontal .el-menu-item:not(.is-disabled):hover, | ||
279 | .el-select-dropdown__item.hover, | ||
280 | .el-select-dropdown__item:hover, | ||
281 | .el-menu--horizontal .el-menu-item:not(.is-disabled):focus { | ||
282 | background: #074487; | ||
283 | border: 1px solid #02D9FD; | ||
284 | color: #FFFFFF !important; | ||
285 | font-weight: 700; | ||
286 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment