|
|
|
@ -5374,7 +5374,7 @@ const sendBack = () => {
|
|
|
|
|
color: #f56c6c;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
:deep .input-selct-slot {
|
|
|
|
|
:deep(.input-selct-slot) {
|
|
|
|
|
.el-input-group__prepend {
|
|
|
|
|
width: 125px !important;
|
|
|
|
|
.el-select {
|
|
|
|
@ -5390,7 +5390,7 @@ const sendBack = () => {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
:deep .listFormItem {
|
|
|
|
|
:deep(.listFormItem) {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
& > .el-form-item__content {
|
|
|
|
@ -5408,7 +5408,7 @@ const sendBack = () => {
|
|
|
|
|
.cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
:deep .el-form-item {
|
|
|
|
|
:deep(.el-form-item) {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|