Commit f116495a authored by afc163's avatar afc163

Updates

parent 00643ddb
...@@ -6704,9 +6704,9 @@ textarea.ant-input { ...@@ -6704,9 +6704,9 @@ textarea.ant-input {
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
.input___1LOPY { .input___1LOPY {
-webkit-transition: all .3s; -webkit-transition: width 0.3s, margin-left 0.3s;
-o-transition: all .3s; -o-transition: width 0.3s, margin-left 0.3s;
transition: all .3s; transition: width 0.3s, margin-left 0.3s;
width: 0; width: 0;
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
...@@ -15110,6 +15110,7 @@ textarea.ant-time-picker-input { ...@@ -15110,6 +15110,7 @@ textarea.ant-time-picker-input {
height: 100%; height: 100%;
} }
.miniProgress___2g_hV .target___sdx8g { .miniProgress___2g_hV .target___sdx8g {
cursor: pointer;
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
...@@ -15321,9 +15322,16 @@ textarea.ant-time-picker-input { ...@@ -15321,9 +15322,16 @@ textarea.ant-time-picker-input {
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */
.iconGroup___1vzhe i { .iconGroup___1vzhe i {
-webkit-transition: color 0.32s;
-o-transition: color 0.32s;
transition: color 0.32s;
color: rgba(0, 0, 0, 0.43);
cursor: pointer; cursor: pointer;
margin-left: 16px; margin-left: 16px;
} }
.iconGroup___1vzhe i:hover {
color: rgba(0, 0, 0, 0.65);
}
.rankingList___Brgov { .rankingList___Brgov {
margin-top: 25px; margin-top: 25px;
} }
...@@ -15400,14 +15408,14 @@ textarea.ant-time-picker-input { ...@@ -15400,14 +15408,14 @@ textarea.ant-time-picker-input {
margin-right: 8px; margin-right: 8px;
} }
} }
@media screen and (max-width: 576px) { @media screen and (max-width: 768px) {
.salesExtra___3C7yg { .rankingTitle___2oxX2 {
display: none; margin-top: 16px;
} }
}
@media screen and (max-width: 576px) {
.salesExtraWrap___jYwMD { .salesExtraWrap___jYwMD {
position: absolute; display: none;
top: 50px;
left: 24px;
} }
.salesCard___Aa8eS .ant-tabs-content { .salesCard___Aa8eS .ant-tabs-content {
padding-top: 30px; padding-top: 30px;
...@@ -15426,35 +15434,38 @@ textarea.ant-time-picker-input { ...@@ -15426,35 +15434,38 @@ textarea.ant-time-picker-input {
/* 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 */
.activeChart___1zkVl { .activeChart___2gg7T {
position: relative; position: relative;
} }
.activeChartGrid___ISrbt p { .activeChartGrid___1c3gt p {
position: absolute; position: absolute;
top: 80px; top: 80px;
} }
.activeChartGrid___ISrbt p:last-child { .activeChartGrid___1c3gt p:last-child {
top: 115px; top: 115px;
} }
.activeChartLegend___1vz5H { .activeChartLegend___1IQVJ {
position: relative; position: relative;
font-size: 0; font-size: 0;
margin-top: 8px; margin-top: 8px;
height: 20px; height: 20px;
line-height: 20px; line-height: 20px;
} }
.activeChartLegend___1vz5H span { .activeChartLegend___1IQVJ span {
display: inline-block; display: inline-block;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
width: 33.33%; width: 33.33%;
} }
.activeChartLegend___1vz5H span:first-child { .activeChartLegend___1IQVJ span:first-child {
text-align: left; text-align: left;
} }
.activeChartLegend___1vz5H span:last-child { .activeChartLegend___1IQVJ span:last-child {
text-align: right; text-align: right;
} }
/* 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 */
.mapChart___2HwRk { .mapChart___2HwRk {
padding-top: 46px; padding-top: 46px;
height: 436px; height: 436px;
...@@ -17582,16 +17593,6 @@ form .ant-input-group-addon .ant-cascader-picker:only-child { ...@@ -17582,16 +17593,6 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
width: 86px; width: 86px;
height: 40px; height: 40px;
} }
@media screen and (max-width: 576px) {
.search___3Mk-v .ant-input-group .ant-input {
width: 300px;
}
}
@media screen and (max-width: 480px) {
.search___3Mk-v .ant-input-group .ant-input {
width: 200px;
}
}
/* 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 */
...@@ -17653,6 +17654,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child { ...@@ -17653,6 +17654,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
text-align: justify; text-align: justify;
margin-right: -1em; margin-right: -1em;
padding-right: 1em; padding-right: 1em;
color: rgba(0, 0, 0, 0.65);
} }
.cardDescription___IW8Xv:before { .cardDescription___IW8Xv:before {
content: '...'; content: '...';
......
This diff is collapsed.
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