Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin into feature/noticews

This commit is contained in:
胡少翔
2024-09-12 11:12:50 +08:00
25 changed files with 417 additions and 261 deletions

View File

@@ -318,7 +318,7 @@
<el-input
v-model="item.key"
placeholder="参数名"
class="w-[100px]"
style="width: 100px"
/>
<span class="mx-1">=</span>
@@ -326,7 +326,7 @@
<el-input
v-model="item.value"
placeholder="参数值"
class="w-[100px]"
style="width: 100px"
/>
<el-icon