|
@@ -101,7 +101,7 @@ input[type='reset'] {
|
|
|
width: 100% !important;
|
|
|
height: unset !important;
|
|
|
}
|
|
|
-.ant-pro-global-header {
|
|
|
+.antd5-pro-global-header {
|
|
|
background: transparent;
|
|
|
background-image: url(@/assets/header.png);
|
|
|
background-size: cover;
|
|
@@ -109,80 +109,80 @@ input[type='reset'] {
|
|
|
margin-inline: 0;
|
|
|
height: 79px;
|
|
|
}
|
|
|
-.ant-pro-layout .ant-layout-header.ant-pro-layout-header {
|
|
|
+.antd5-pro-layout .antd5-layout-header.antd5-pro-layout-header {
|
|
|
background-color: transparent;
|
|
|
height: 79px;
|
|
|
}
|
|
|
-.ant-layout .ant-layout-header {
|
|
|
+.antd5-layout .antd5-layout-header {
|
|
|
height: 79px !important;
|
|
|
line-height: 79px !important;
|
|
|
}
|
|
|
-.ant-pro-global-header-logo img {
|
|
|
+.antd5-pro-global-header-logo img {
|
|
|
height: 40px;
|
|
|
}
|
|
|
-.ant-pro-global-header-logo-mix {
|
|
|
+.antd5-pro-global-header-logo-mix {
|
|
|
margin-left: 62px;
|
|
|
}
|
|
|
|
|
|
-.ant-layout-sider {
|
|
|
+.antd5-layout-sider {
|
|
|
height: calc(100% - 79px) !important;
|
|
|
inset-block-start: 79px !important;
|
|
|
background-size: 132% 100% !important;
|
|
|
background-image: url(@/assets/SideMenu/background.png) !important;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-title-content {
|
|
|
+.antd5-menu-title-content {
|
|
|
font-size: 18px;
|
|
|
color: #e8f7fc;
|
|
|
}
|
|
|
|
|
|
-.ant-pro-base-menu-icon {
|
|
|
+.antd5-pro-base-menu-icon {
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
}
|
|
|
-.ant-pro-base-menu-item-icon {
|
|
|
+.antd5-pro-base-menu-item-icon {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-item,
|
|
|
-.ant-menu-submenu {
|
|
|
+.antd5-menu-item,
|
|
|
+.antd5-menu-submenu {
|
|
|
margin-top: 15px !important;
|
|
|
margin-bottom: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-item,
|
|
|
-.ant-menu-submenu-title {
|
|
|
+.antd5-menu-item,
|
|
|
+.antd5-menu-submenu-title {
|
|
|
border-bottom: 1px solid !important;
|
|
|
border-image: linear-gradient(#3e6ab4, #5bbdfa) 2 2 2 2 !important;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-sub {
|
|
|
+.antd5-menu-sub {
|
|
|
margin-left: 32px !important;
|
|
|
- .ant-menu-item {
|
|
|
+ .antd5-menu-item {
|
|
|
margin-top: 10px !important;
|
|
|
margin-bottom: 10px !important;
|
|
|
}
|
|
|
- .ant-menu-title-content {
|
|
|
+ .antd5-menu-title-content {
|
|
|
font-size: 16px;
|
|
|
color: #e8f7fc;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.ant-menu-submenu-arrow {
|
|
|
+.antd5-menu-submenu-arrow {
|
|
|
color: #e8f7fc !important;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-item-selected,
|
|
|
-.ant-pro-base-menu-collapsed
|
|
|
- .ant-menu-submenu-selected
|
|
|
- > .ant-menu-submenu-title,
|
|
|
-.ant-menu-item:active {
|
|
|
+.antd5-menu-item-selected,
|
|
|
+.antd5-pro-base-menu-collapsed
|
|
|
+ .antd5-menu-submenu-selected
|
|
|
+ > .antd5-menu-submenu-title,
|
|
|
+.antd5-menu-item:active {
|
|
|
background-image: url(@/assets/SideMenu/selectedBackground.png);
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
-.ant-menu-submenu-popup {
|
|
|
- .ant-menu {
|
|
|
+.antd5-menu-submenu-popup {
|
|
|
+ .antd5-menu {
|
|
|
background-color: #1b366f !important;
|
|
|
}
|
|
|
}
|