@@ -492,50 +499,51 @@
-
-
-
- {{ scope.row.originName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ scope.row.originName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ item.label }}
-
-
-
-
-
+ >
+
+
+
+
+
@@ -608,14 +616,16 @@
@@ -623,7 +633,7 @@
@@ -1142,6 +1163,7 @@ export default {
background: #e9e9ea;
}
}
+
.el-drawer__body {
padding: 0 24px 81px 24px;
}
@@ -1173,6 +1195,7 @@ export default {
.el-input-group__prepend {
background-color: #fff;
border-color: #bbbfc4;
+
.el-select {
width: 84px !important;
color: #1f2329;
@@ -1188,6 +1211,7 @@ export default {
.el-steps {
margin-top: 23px !important;
justify-content: center;
+
.el-step__line {
line-height: 1.5;
text-align: center;
@@ -1208,7 +1232,7 @@ export default {
.el-step__icon.is-text {
border: none;
font-family: PingFang SC;
- font-weight: 400;
+ font-weight: 400;
color: #fff;
width: 28px;
height: 28px;
@@ -1238,10 +1262,11 @@ export default {
border: 1px solid #8f959e;
}
}
+
.is-process.el-step__title {
- font-weight: 400;
- color: #8f959e;
- }
+ font-weight: 400;
+ color: #8f959e;
+ }
}
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
@@ -1292,14 +1317,16 @@ export default {
.table-container {
padding: 20px;
border: 1px solid #DEE0E3;
+
.el-table__header-wrapper {
- background-color: #f5f6f7;
- border-top: 1px solid #DEE0E3;
- // border-top: 1px solid rgba(31, 35, 41, 0.15);
+ background-color: #f5f6f7;
+ border-top: 1px solid #DEE0E3;
+ // border-top: 1px solid rgba(31, 35, 41, 0.15);
}
+
.el-table__fixed-header-wrapper {
th {
- background-color: var(--TableBG, #f5f6f7) !important;
+ background-color: var(--TableBG, #f5f6f7) !important;
}
}
}
@@ -1317,8 +1344,8 @@ export default {
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
}
- .el-checkbox__label{
- width:150px;
+ .el-checkbox__label {
+ width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;