Commit aa361cdb authored by afc163's avatar afc163

Updates

parent d6e9d411
...@@ -93,6 +93,10 @@ address { ...@@ -93,6 +93,10 @@ address {
font-style: normal; font-style: normal;
line-height: inherit; line-height: inherit;
} }
input[type="text"],
textarea {
-webkit-appearance: none;
}
ol, ol,
ul, ul,
dl { dl {
...@@ -15675,8 +15679,7 @@ textarea.ant-time-picker-input { ...@@ -15675,8 +15679,7 @@ textarea.ant-time-picker-input {
position: relative; position: relative;
} }
.pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI { .pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI {
width: calc(100% - 252px); width: calc(100% - 240px);
margin-left: 12px;
} }
.pie___3QH0n .legend___2d31L { .pie___3QH0n .legend___2d31L {
position: absolute; position: absolute;
...@@ -15686,6 +15689,7 @@ textarea.ant-time-picker-input { ...@@ -15686,6 +15689,7 @@ textarea.ant-time-picker-input {
-webkit-transform: translateY(-50%); -webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%); -ms-transform: translateY(-50%);
transform: translateY(-50%); transform: translateY(-50%);
margin: 0 20px;
} }
.pie___3QH0n .legend___2d31L li { .pie___3QH0n .legend___2d31L li {
cursor: pointer; cursor: pointer;
...@@ -15746,7 +15750,7 @@ textarea.ant-time-picker-input { ...@@ -15746,7 +15750,7 @@ textarea.ant-time-picker-input {
.pie___3QH0n .total___Du-qd > p { .pie___3QH0n .total___Du-qd > p {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
display: block; display: block;
font-size: 1.3em; font-size: 1.2em;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
white-space: nowrap; white-space: nowrap;
...@@ -15756,7 +15760,7 @@ textarea.ant-time-picker-input { ...@@ -15756,7 +15760,7 @@ textarea.ant-time-picker-input {
margin: 0 0 32px 0; margin: 0 0 32px 0;
} }
.legendBlock___29WVj .legend___2d31L { .legendBlock___29WVj .legend___2d31L {
position: static; position: relative;
-webkit-transform: none; -webkit-transform: none;
-ms-transform: none; -ms-transform: none;
transform: none; transform: none;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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