diff --git a/index.html b/index.html
index 0b2ca75f..d17600a6 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
/>
<%= title %>
-
+
\ No newline at end of file
diff --git a/src/components/SimpleMenu/src/components/menu.less b/src/components/SimpleMenu/src/components/menu.less
index b402b139..49b9c611 100644
--- a/src/components/SimpleMenu/src/components/menu.less
+++ b/src/components/SimpleMenu/src/components/menu.less
@@ -183,9 +183,10 @@
padding-left: 0px!important;
}
&-vertical &-item-active &-submenu-title {
- .light-border();
font-weight: 700;
color: @primary-color;
+ border-radius: 4px;
+ background: rgba(255, 255, 255, 0.15)!important;
// background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(217, 232, 255, 1) 100%);
}
&-vertical .@{menu-prefix-cls} {
diff --git a/src/components/SimpleMenu/src/index.less b/src/components/SimpleMenu/src/index.less
index 45105965..7ebe32ef 100644
--- a/src/components/SimpleMenu/src/index.less
+++ b/src/components/SimpleMenu/src/index.less
@@ -6,6 +6,8 @@
background-color: @sider-dark-bg-color;
> .@{prefix-cls}-submenu-title {
background-color: @sider-dark-bg-color;
+ font-size: 14px;
+ color: #ffffff;
}
}
.ant-col {
@@ -14,6 +16,7 @@
&-dark&-vertical .@{simple-prefix-cls}__children,
&-dark&-popup .@{simple-prefix-cls}__children {
height: 30px;
+ color: rgba(255, 255, 255, 0.5);
// background-color: @sider-dark-lighten-bg-color;
> .@{prefix-cls}-submenu-title {
// background-color: @sider-dark-lighten-bg-color;
diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue
index fb7ce43d..0a09b7d4 100644
--- a/src/components/Table/src/BasicTable.vue
+++ b/src/components/Table/src/BasicTable.vue
@@ -34,7 +34,7 @@
show-overflow
show-header-overflow
show-footer-overflow
- :min-height="tableHeightRef + 35"
+ :min-height="tableHeightRef + 36"
:height="tableHeightRef + 35"
:row-config="{ isCurrent: true, isHover: true }"
:column-config="{ resizable: true }"
@@ -104,7 +104,12 @@
-
+