|
@@ -9,37 +9,37 @@ body,
|
|
|
|
|
|
//---------------custom------------
|
|
|
|
|
|
-@primary-color: #00528E !important;
|
|
|
+// @primary-color: #00528E !important;
|
|
|
|
|
|
-@primary-color-rgba:rgba(0,82,142,0.3);
|
|
|
+// @primary-color-rgba:rgba(0,82,142,0.3);
|
|
|
@scoreA:#69D1CC;
|
|
|
@scoreB:#80ABFF;
|
|
|
@scoreC:#FFC080;
|
|
|
@scoreD:#3377FF;
|
|
|
@scoreE:#690;
|
|
|
|
|
|
-.ant-pro-sider-logo {
|
|
|
+.mwc-ant-pro-sider-logo {
|
|
|
h1 {
|
|
|
font-size:16px !important;
|
|
|
}
|
|
|
}
|
|
|
-.ant-menu-submenu-selected {
|
|
|
+.mwc-ant-menu-submenu-selected {
|
|
|
// color: @primary-color !important;
|
|
|
.ant-menu-item-selected {
|
|
|
// color: @primary-color !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
|
|
|
+.mwc-ant-tree-checkbox-checked .ant-tree-checkbox-inner {
|
|
|
background-color: #00528E;
|
|
|
border-color: #00528E;
|
|
|
}
|
|
|
|
|
|
-.ant-tabs-top > .ant-tabs-nav::before {
|
|
|
+.mwc-ant-tabs-top > .ant-tabs-nav::before {
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
-.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
|
+.mwc-ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
|
color: #00528E;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
@@ -47,7 +47,7 @@ body,
|
|
|
text-shadow: 0 0 0.25px currentColor;
|
|
|
}
|
|
|
|
|
|
-.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
|
|
|
+.mwc-ant-tabs-large > .mwc-ant-tabs-nav .mwc-ant-tabs-tab {
|
|
|
padding: 16px 0;
|
|
|
font-size: 16px;
|
|
|
padding-bottom:10px;
|
|
@@ -60,10 +60,10 @@ body,
|
|
|
filter: invert(80%);
|
|
|
}
|
|
|
|
|
|
-.ant-layout {
|
|
|
+.mwc-ant-layout {
|
|
|
min-height: 100vh;
|
|
|
}
|
|
|
-.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
|
|
|
+.mwc-ant-pro-sider.mwc-ant-layout-sider.mwc-ant-pro-sider-fixed {
|
|
|
left: unset;
|
|
|
}
|
|
|
|
|
@@ -83,7 +83,7 @@ ol {
|
|
|
}
|
|
|
|
|
|
@media (max-width: @screen-xs) {
|
|
|
- .ant-table {
|
|
|
+ .mwc-ant-table {
|
|
|
width: 100%;
|
|
|
overflow-x: auto;
|
|
|
&-thead > tr,
|
|
@@ -101,7 +101,7 @@ ol {
|
|
|
|
|
|
// Compatible with IE11
|
|
|
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
|
- body .ant-design-pro > .ant-layout {
|
|
|
+ body .mwc-ant-design-pro > .mwc-ant-layout {
|
|
|
min-height: 100vh;
|
|
|
}
|
|
|
}
|