mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix: 样式优化
This commit is contained in:
@@ -269,7 +269,11 @@ init()
|
||||
>
|
||||
<el-row style="margin-top: 6px; align-items: center; justify-content: space-between">
|
||||
<el-form-item class="form-item">
|
||||
<el-select v-model="fieldItem.fieldId" @change="addField(fieldItem)">
|
||||
<el-select
|
||||
style="width: 181px"
|
||||
v-model="fieldItem.fieldId"
|
||||
@change="addField(fieldItem)"
|
||||
>
|
||||
<el-option
|
||||
class="series-select-option"
|
||||
v-for="fieldOption in state.fields"
|
||||
|
||||
Reference in New Issue
Block a user