|
@@ -216,10 +216,12 @@
|
|
|
border-color: @m-blue10;
|
|
border-color: @m-blue10;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.dialogTableInput {
|
|
.dialogTableInput {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tableConditionInput {
|
|
.tableConditionInput {
|
|
|
width: 140px;
|
|
width: 140px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -913,10 +915,12 @@
|
|
|
color: @m-blue0 !important;
|
|
color: @m-blue0 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.dialogTableSelect.ant-select-single {
|
|
.dialogTableSelect.ant-select-single {
|
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
border: 0;
|
|
border: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.shortSelect.ant-select-single:extend(.inlineFormSelect.ant-select-single) {
|
|
.shortSelect.ant-select-single:extend(.inlineFormSelect.ant-select-single) {
|
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
|
|
|
|
|
@@ -2196,34 +2200,37 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.ant-checkbox-wrapper.commonCheckbox {
|
|
.ant-checkbox-wrapper.commonCheckbox {
|
|
|
.ant-checkbox {
|
|
.ant-checkbox {
|
|
|
- margin-right: 2px;
|
|
|
|
|
- .ant-checkbox-inner {
|
|
|
|
|
- background: @m-grey21;
|
|
|
|
|
- border: 1px solid @m-grey14;
|
|
|
|
|
- border-radius: 3px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ margin-right: 2px;
|
|
|
|
|
|
|
|
- .ant-checkbox.ant-checkbox-checked {
|
|
|
|
|
- .ant-checkbox-inner {
|
|
|
|
|
- &::after {
|
|
|
|
|
- border-color: @m-blue0;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .ant-checkbox-inner {
|
|
|
|
|
+ background: @m-grey21;
|
|
|
|
|
+ border: 1px solid @m-grey14;
|
|
|
|
|
+ border-radius: 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
+ .ant-checkbox.ant-checkbox-checked {
|
|
|
|
|
+ .ant-checkbox-inner {
|
|
|
&::after {
|
|
&::after {
|
|
|
border-color: @m-blue0;
|
|
border-color: @m-blue0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- span+span {
|
|
|
|
|
- margin-right: 15px;
|
|
|
|
|
- color: @m-white13;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ border-color: @m-blue0;
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ span+span {
|
|
|
|
|
+ margin-right: 15px;
|
|
|
|
|
+ color: @m-white13;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.commonRadioGroup {
|
|
.commonRadioGroup {
|
|
|
.ant-radio-wrapper {
|
|
.ant-radio-wrapper {
|
|
|
color: @m-white0;
|
|
color: @m-white0;
|
|
@@ -3497,7 +3504,7 @@ input:-internal-autofill-selected {
|
|
|
height: calc(100% - 40px);
|
|
height: calc(100% - 40px);
|
|
|
|
|
|
|
|
.a-collapse-container {
|
|
.a-collapse-container {
|
|
|
- height: calc(100% - 70px);
|
|
|
|
|
|
|
+ height: calc(100vh - 70px);
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -3507,9 +3514,11 @@ input:-internal-autofill-selected {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
float: left;
|
|
float: left;
|
|
|
width: 425px;
|
|
width: 425px;
|
|
|
|
|
+
|
|
|
.ant-form-item-children {
|
|
.ant-form-item-children {
|
|
|
width: 350px;
|
|
width: 350px;
|
|
|
display: block;
|
|
display: block;
|
|
|
|
|
+
|
|
|
.anticon {
|
|
.anticon {
|
|
|
width: 15px;
|
|
width: 15px;
|
|
|
height: 32px;
|
|
height: 32px;
|
|
@@ -3518,18 +3527,21 @@ input:-internal-autofill-selected {
|
|
|
color: @m-blue15;
|
|
color: @m-blue15;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.anticon-minus {
|
|
.anticon-minus {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0px;
|
|
top: 0px;
|
|
|
left: 9px;
|
|
left: 9px;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.anticon-plus {
|
|
.anticon-plus {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0px;
|
|
top: 0px;
|
|
|
right: 98px;
|
|
right: 98px;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.anticon-calendar {
|
|
.anticon-calendar {
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -3537,12 +3549,14 @@ input:-internal-autofill-selected {
|
|
|
right: 13px;
|
|
right: 13px;
|
|
|
color: @m-blue15;
|
|
color: @m-blue15;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.commonInput {
|
|
.commonInput {
|
|
|
input {
|
|
input {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
color: @m-yellow6;
|
|
color: @m-yellow6;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.ant-checkbox-wrapper {
|
|
.ant-checkbox-wrapper {
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
color: @m-white14;
|
|
color: @m-white14;
|
|
@@ -3552,18 +3566,21 @@ input:-internal-autofill-selected {
|
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.svg-icon {
|
|
.svg-icon {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 6px;
|
|
top: 6px;
|
|
|
right: 98px;
|
|
right: 98px;
|
|
|
- color: @m-blue15 !important;
|
|
|
|
|
|
|
+ color: @m-blue15 !important;
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.input-enumdicname {
|
|
.input-enumdicname {
|
|
|
right: 125px;
|
|
right: 125px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.clickBox {
|
|
.clickBox {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 260px;
|
|
width: 260px;
|