mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(模板中心): 样式优化
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<iconFilter />
|
||||
</el-icon>
|
||||
</el-row>
|
||||
<el-row v-show="state.extFilterActive">
|
||||
<el-row style="width: 100%" v-show="state.extFilterActive">
|
||||
<el-select
|
||||
v-model="state.templateType"
|
||||
style="margin-top: 8px"
|
||||
@@ -63,7 +63,7 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-row>
|
||||
<el-row v-show="state.extFilterActive">
|
||||
<el-row style="width: 100%" v-show="state.extFilterActive">
|
||||
<el-select
|
||||
v-model="state.templateSourceType"
|
||||
style="margin-top: 8px"
|
||||
|
||||
Reference in New Issue
Block a user