|
@@ -140,4 +140,17 @@
|
|
|
.el-message-box > .el-message-box__content {
|
|
.el-message-box > .el-message-box__content {
|
|
|
max-height: 320px;
|
|
max-height: 320px;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.ibps-theme-header-menu__content{
|
|
|
|
|
+ .el-menu .el-menu-item:hover{
|
|
|
|
|
+ background: #e0f0ee !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ .el-menu .el-menu-item.is-active {
|
|
|
|
|
+ background: #e0f0ee !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ .el-submenu .el-submenu__title:hover {
|
|
|
|
|
+ background: #e0f0ee !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|