Browse Source

fix: 菜单icon调整

temp
xuziqiang 2 months ago
parent
commit
7c679f7fa5
  1. 59
      hx-ai-intelligent/src/App.vue

59
hx-ai-intelligent/src/App.vue

@ -79,24 +79,53 @@
// //
// .ns-list-table { // .ns-list-table {
// :deep(.ant-tabs) { :deep(.ant-tabs) {
// // overflow: visible; // // overflow: visible;
// box-shadow: @ns-content-box-shadow; // box-shadow: @ns-content-box-shadow;
// border-radius: @ns-border-radius; // border-radius: @ns-border-radius;
// .ns-table-search { .ns-table-search {
// box-shadow: none; border-top-left-radius: 0px !important;
// border-top-left-radius: 0px !important; border-top-right-radius: 0px !important;
// border-top-right-radius: 0px !important; }
// } .ns-table-main {
// .ns-table-main { border-bottom-left-radius: 0px !important;
// } border-bottom-right-radius: 0px !important;
// .ant-tabs-tabpane-active > div { }
// height: 100%; // .ant-tabs-tabpane-active > div {
// } // height: 100%;
// } // }
}
// .ant-tabs .ns-table-main { // .ant-tabs .ns-table-main {
// border-bottom-left-radius: 0px !important; // border-bottom-left-radius: 0px !important;
// border-bottom-right-radius: 0px !important; // border-bottom-right-radius: 0px !important;
// } // }
// } // }
// icon(icon)
:deep(.anticon) {
color: #8d96a3 !important;
}
:deep(.ant-menu-item-selected .ant-menu-item-only-child),
:deep(.ant-menu-submenu-selected .ant-menu-item-only-child),
:deep(.firstMenuItem-selected) {
.router-link-active > .anticon {
color: @white !important;
}
}
:deep(.ant-menu-item-active) {
.anticon {
color: @primary-color !important;
}
}
:deep(.ant-menu-submenu-active),
:deep(.ant-menu-submenu-open),
:deep(.ant-menu-item-selected) {
.ant-menu-submenu-title {
.anticon {
color: @primary-color !important;
}
}
}
</style> </style>

Loading…
Cancel
Save