Merge pull request #166 from veops/dev_ui

ui更新
This commit is contained in:
wang-liang0615 2023-09-04 13:15:27 +08:00 committed by GitHub
commit 5f550208ce
1 changed files with 4 additions and 2 deletions

View File

@ -545,7 +545,8 @@ body {
.ops-side-bar.ant-menu-light { .ops-side-bar.ant-menu-light {
border-right-color: transparent; border-right-color: transparent;
// background: @layout-background-light-color; // background: @layout-background-light-color;
background: url('../assets/sidebar_background.png'); // background: url('../assets/sidebar_background.png');
background: #002766;
// background-position-x: center; // background-position-x: center;
// background-position-y: center; // background-position-y: center;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
@ -666,7 +667,8 @@ body {
.ops-side-bar { .ops-side-bar {
.ant-menu-submenu.ant-menu-submenu-placement-rightTop { .ant-menu-submenu.ant-menu-submenu-placement-rightTop {
> .ant-menu { > .ant-menu {
background: url('../assets/sidebar_background.png'); // background: url('../assets/sidebar_background.png');
background: #002766;
background-position-x: center; background-position-x: center;
background-position-y: center; background-position-y: center;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;