From 03c736af829fa8ae1e2e2d14f762efdccf3733a3 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 18 四月 2024 17:06:30 +0800 Subject: [PATCH] fix 修复 全局替换样式重复问题 --- src/views/system/post/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index f6b64ac..9755b4b 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -11,7 +11,7 @@ <el-input v-model="queryParams.postName" placeholder="璇疯緭鍏ュ矖浣嶅悕绉�" clearable style="width: 240px" style="width: 200px" @keyup.enter="handleQuery" /> </el-form-item> <el-form-item label="鐘舵��" prop="status"> - <el-select v-model="queryParams.status" placeholder="宀椾綅鐘舵��" clearable style="width: 240px" style="width: 200px"> + <el-select v-model="queryParams.status" placeholder="宀椾綅鐘舵��" clearable style="width: 240px"> <el-option v-for="dict in sys_normal_disable" :key="dict.value" :label="dict.label" :value="dict.value" /> </el-select> </el-form-item> -- Gitblit v1.9.3