修改问题
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="统计指标" label-width="80px">
|
||||
<el-select
|
||||
style="width: 200px"
|
||||
multiple
|
||||
:multiple-limit="3"
|
||||
collapse-tags
|
||||
@@ -199,7 +200,7 @@ queryByCode(
|
||||
// }
|
||||
// )
|
||||
// } else {
|
||||
countDataCopy.value[index].countOptions = range(kk.harmStart, kk.harmEnd, 1)
|
||||
countDataCopy.value[index].countOptions = range(kk.harmStart, kk.harmEnd, 1)
|
||||
// }
|
||||
if (!countDataCopy.value[index].count || countDataCopy.value[index].count.length == 0) {
|
||||
countDataCopy.value[index].count = countDataCopy.value[index].countOptions[0]
|
||||
@@ -866,4 +867,13 @@ defineExpose({ getTrendRequest })
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
:deep(.el-select__selected-item) {
|
||||
.is-closable {
|
||||
width: 100px !important;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.el-form--inline .el-form-item) {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user