Commit bac4723d authored by afc163's avatar afc163

Updates

parent 0ad37d22
...@@ -3050,6 +3050,9 @@ body { ...@@ -3050,6 +3050,9 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.ant-tabs-tab-active {
font-weight: 500;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
...@@ -3136,7 +3139,6 @@ body { ...@@ -3136,7 +3139,6 @@ body {
filter: blur(0.5px); filter: blur(0.5px);
/* autoprefixer: off */ /* autoprefixer: off */
filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false); filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
/* autoprefixer: on */
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);
} }
.ant-spin-blur:after { .ant-spin-blur:after {
...@@ -5711,8 +5713,8 @@ body { ...@@ -5711,8 +5713,8 @@ body {
.header___PfVin { .header___PfVin {
padding: 0 12px 0 0; padding: 0 12px 0 0;
background: #fff; background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.12); -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.12); box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
position: relative; position: relative;
} }
.logo___39YMk { .logo___39YMk {
...@@ -12207,9 +12209,6 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -12207,9 +12209,6 @@ textarea.ant-pagination-options-quick-jumper input {
font-size: 16px; font-size: 16px;
padding: 4px; padding: 4px;
} }
.tabs___uEGXz .ant-tabs-tab-active {
font-weight: 500;
}
.tabs___uEGXz .ant-tabs-nav-scroll { .tabs___uEGXz .ant-tabs-nav-scroll {
text-align: center; text-align: center;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment