|
@@ -114,10 +114,75 @@ input[type='reset'] {
|
|
|
height: 79px;
|
|
|
}
|
|
|
.ant-layout .ant-layout-header {
|
|
|
- height: 79px;
|
|
|
- line-height: 79px;
|
|
|
+ height: 79px !important;
|
|
|
+ line-height: 79px !important;
|
|
|
+}
|
|
|
+.ant-pro-global-header-logo img {
|
|
|
+ height: 40px;
|
|
|
}
|
|
|
.ant-pro-global-header-logo-mix {
|
|
|
margin-left: 62px;
|
|
|
}
|
|
|
|
|
|
+.ant-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 {
|
|
|
+ font-size: 18px;
|
|
|
+ color: #e8f7fc;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-pro-base-menu-icon {
|
|
|
+ height: 20px;
|
|
|
+ width: 20px;
|
|
|
+}
|
|
|
+.ant-pro-base-menu-item-icon {
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-menu-item,
|
|
|
+.ant-menu-submenu {
|
|
|
+ margin-top: 15px !important;
|
|
|
+ margin-bottom: 15px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-menu-item,
|
|
|
+.ant-menu-submenu-title {
|
|
|
+ border-bottom: 1px solid !important;
|
|
|
+ border-image: linear-gradient(#3e6ab4, #5bbdfa) 2 2 2 2 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-menu-sub {
|
|
|
+ margin-left: 32px !important;
|
|
|
+ .ant-menu-item {
|
|
|
+ margin-top: 10px !important;
|
|
|
+ margin-bottom: 10px !important;
|
|
|
+ }
|
|
|
+ .ant-menu-title-content {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #e8f7fc;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.ant-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 {
|
|
|
+ background-image: url(@/assets/SideMenu/selectedBackground.png);
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-menu-submenu-popup {
|
|
|
+ .ant-menu {
|
|
|
+ background-color: #1b366f !important;
|
|
|
+ }
|
|
|
+}
|