Commit 43319df7 authored by afc163's avatar afc163

Updates

parent 348690f0
......@@ -93,6 +93,10 @@ address {
font-style: normal;
line-height: inherit;
}
input[type="text"],
textarea {
-webkit-appearance: none;
}
ol,
ul,
dl {
......@@ -15751,17 +15755,15 @@ textarea.ant-time-picker-input {
line-height: 32px;
white-space: nowrap;
}
@media screen and (max-width: 576px) {
.pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI {
width: 100%;
margin: 0 0 32px 0;
}
.pie___3QH0n .legend___2d31L {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.legendBlock___29WVj.hasLegend___1FtoJ .chart___1f8KI {
width: 100%;
margin: 0 0 32px 0;
}
.legendBlock___29WVj .legend___2d31L {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
......@@ -18087,6 +18089,11 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
display: -ms-flexbox;
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 {
-webkit-box-flex: 1;
-ms-flex: 1;
......@@ -18094,6 +18101,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
}
.tableListForm___1dJWV .sumbitButtons___3biPK {
white-space: nowrap;
margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
.tableListForm___1dJWV .ant-form-item {
......@@ -19686,6 +19694,7 @@ a.listItemMetaTitle___2hSaJ {
.exception___2aJ0K .content___Vjtij .desc___3v73k {
color: rgba(0, 0, 0, 0.45);
font-size: 20px;
line-height: 28px;
margin-bottom: 16px;
}
.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