Commit 6797a9a4 by qinjianhui

fix: el-menu样式修改

parent 1a80b5cf
...@@ -481,6 +481,10 @@ onUnmounted(() => { ...@@ -481,6 +481,10 @@ onUnmounted(() => {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 40px; padding: 0 40px;
:deep(.el-sub-menu .el-sub-menu__icon-arrow) {
display: none;
}
} }
.el-menu-demo { .el-menu-demo {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
} }
.el-table thead th.el-table__cell { .el-table thead th.el-table__cell {
background-color: #FAFAFA; background-color: #fafafa;
} }
.el-table__row { .el-table__row {
...@@ -21,4 +21,14 @@ ...@@ -21,4 +21,14 @@
margin-bottom: 0; margin-bottom: 0;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
padding: 10px; padding: 10px;
} }
\ No newline at end of file .el-menu--popup {
background-color: #fff !important;
.el-menu-item {
background: #fff !important;
color: #000 !important;
}
.el-menu-item.is-active {
color: #409eff !important;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment