Commit 43319df7 authored by afc163's avatar afc163

Updates

parent 348690f0
...@@ -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 {
...@@ -15751,17 +15755,15 @@ textarea.ant-time-picker-input { ...@@ -15751,17 +15755,15 @@ textarea.ant-time-picker-input {
line-height: 32px; line-height: 32px;
white-space: nowrap; white-space: nowrap;
} }
@media screen and (max-width: 576px) { .legendBlock___29WVj.hasLegend___1FtoJ .chart___1f8KI {
.pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI {
width: 100%; width: 100%;
margin: 0 0 32px 0; margin: 0 0 32px 0;
} }
.pie___3QH0n .legend___2d31L { .legendBlock___29WVj .legend___2d31L {
position: static; position: static;
-webkit-transform: none; -webkit-transform: none;
-ms-transform: none; -ms-transform: none;
transform: none; transform: none;
}
} }
/* 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 */
...@@ -18087,6 +18089,11 @@ form .ant-input-group-addon .ant-cascader-picker:only-child { ...@@ -18087,6 +18089,11 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
} }
.tableListForm___1dJWV .ant-form-item > .ant-form-item-label {
width: auto;
line-height: 32px;
padding-right: 8px;
}
.tableListForm___1dJWV .ant-form-item-control-wrapper { .tableListForm___1dJWV .ant-form-item-control-wrapper {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex: 1; -ms-flex: 1;
...@@ -18094,6 +18101,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child { ...@@ -18094,6 +18101,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
} }
.tableListForm___1dJWV .sumbitButtons___3biPK { .tableListForm___1dJWV .sumbitButtons___3biPK {
white-space: nowrap; white-space: nowrap;
margin-bottom: 24px;
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.tableListForm___1dJWV .ant-form-item { .tableListForm___1dJWV .ant-form-item {
...@@ -19686,6 +19694,7 @@ a.listItemMetaTitle___2hSaJ { ...@@ -19686,6 +19694,7 @@ a.listItemMetaTitle___2hSaJ {
.exception___2aJ0K .content___Vjtij .desc___3v73k { .exception___2aJ0K .content___Vjtij .desc___3v73k {
color: rgba(0, 0, 0, 0.45); color: rgba(0, 0, 0, 0.45);
font-size: 20px; font-size: 20px;
line-height: 28px;
margin-bottom: 16px; margin-bottom: 16px;
} }
.exception___2aJ0K .content___Vjtij .actions___2I7s9 button:not(:last-child) { .exception___2aJ0K .content___Vjtij .actions___2I7s9 button:not(:last-child) {
......
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