From 08adb4c983eb728d3c8b567818331b35304d219c Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期五, 04 十一月 2022 16:10:34 +0800 Subject: [PATCH] 解决顶部导航栏名字挤压 --- src/views/systemSetting/device/grid/components/main/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/systemSetting/device/grid/components/main/index.vue b/src/views/systemSetting/device/grid/components/main/index.vue index ad1119a..b2ce381 100644 --- a/src/views/systemSetting/device/grid/components/main/index.vue +++ b/src/views/systemSetting/device/grid/components/main/index.vue @@ -40,7 +40,7 @@ </template> </el-table-column> <el-table-column prop="operation" label="鎿嶄綔" min-width="20"> - <template slot-scope="scope"> + <!-- <template slot-scope="scope"> <div class="operation"> <span @click="handleChangeRole(scope.row,'role')">淇敼瑙掕壊</span> <span class="line">|</span> @@ -52,7 +52,7 @@ <span class="line">|</span> <span @click="handleChangeRole(scope.row,'depart')">淇敼閮ㄩ棬</span> </div> - </template> + </template> --> </el-table-column> </el-table> <!-- 鏌ョ湅椤甸潰 --> -- Gitblit v1.8.0