diff --git a/jero-web/public/color.less b/jero-web/public/color.less
index 20c86f4c..2992ad2d 100644
--- a/jero-web/public/color.less
+++ b/jero-web/public/color.less
@@ -2176,7 +2176,9 @@ this.tinycolor = tinycolor;
color: rgba(0, 0, 0, 0.45);
}
.layout .header {
- background-color: @primary-color !important;
+ //background-color: @primary-color !important;
+ background-color: #fff !important;
+
}
i.trigger:hover {
background: rgba(0, 0, 0, 0.025);
@@ -5350,7 +5352,7 @@ form .ant-upload {
}
.ant-menu-submenu > .ant-menu {
//background-color: #fff;
- background: none;
+ background: none !important;
border-radius: 4px;
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue
index 182ac939..734555e7 100644
--- a/jero-web/src/components/layouts/TabLayout.vue
+++ b/jero-web/src/components/layouts/TabLayout.vue
@@ -3,21 +3,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -152,6 +166,22 @@ export default {