|
|
@@ -18,22 +18,10 @@ body,
|
|
|
// border-left: 3px solid #886ab5;
|
|
|
// }
|
|
|
.ant-layout-header {
|
|
|
- background: linear-gradient(
|
|
|
- to right,
|
|
|
- #584475 0%,
|
|
|
- #7c62a4 50%,
|
|
|
- #7c62a4 50%,
|
|
|
- #584475 100%
|
|
|
- ) !important;
|
|
|
+ background: linear-gradient(to right, #584475 0%, #7c62a4 50%, #7c62a4 50%, #584475 100%) !important;
|
|
|
}
|
|
|
.ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
|
|
|
- background: linear-gradient(
|
|
|
- to right,
|
|
|
- #584475 0%,
|
|
|
- #7c62a4 50%,
|
|
|
- #7c62a4 50%,
|
|
|
- #584475 100%
|
|
|
- ) !important;
|
|
|
+ background: linear-gradient(to right, #584475 0%, #7c62a4 50%, #7c62a4 50%, #584475 100%) !important;
|
|
|
}
|
|
|
.ant-menu-dark .ant-menu-sub,
|
|
|
.ant-menu.ant-menu-dark,
|
|
|
@@ -201,17 +189,22 @@ input:-webkit-autofill:active {
|
|
|
}
|
|
|
|
|
|
.zh-drawer.ant-drawer-open {
|
|
|
- // width: 100% !important; // mask: false
|
|
|
- @media (min-width: 992px) {
|
|
|
+ @media (min-width: 1200px) {
|
|
|
> .ant-drawer-content-wrapper {
|
|
|
- width: 90% !important;
|
|
|
+ width: 70% !important;
|
|
|
}
|
|
|
}
|
|
|
- @media (min-width: 1200px) {
|
|
|
+ @media all and (min-width: 768px) and (max-width: 1024px) {
|
|
|
> .ant-drawer-content-wrapper {
|
|
|
- width: 70% !important;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
}
|
|
|
+ @media screen and (min-width: 320px) and (max-width: 750px) {
|
|
|
+ > .ant-drawer-content-wrapper {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
// > .ant-drawer-content-wrapper {
|
|
|
// width: 70% !important;
|
|
|
// }
|