From 73b48dd59a2d47b365b87784371c4ef57dde659b Mon Sep 17 00:00:00 2001 From: Oliver <1070107765@qq.com> Date: 星期四, 22 十二月 2022 11:17:47 +0800 Subject: [PATCH] 首页新增 --- src/views/systemSetting/device/grid/components/main/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/systemSetting/device/grid/components/main/index.vue b/src/views/systemSetting/device/grid/components/main/index.vue index 9317de6..0ee4496 100644 --- a/src/views/systemSetting/device/grid/components/main/index.vue +++ b/src/views/systemSetting/device/grid/components/main/index.vue @@ -25,8 +25,6 @@ <span>{{filterRole(scope.row.roles)}}</span> </template> </el-table-column> - <!-- <el-table-column prop="departName" label="鎵�灞為儴闂�" min-width="8"> - </el-table-column> --> <el-table-column prop="jobTitle" label="鎵�灞炶亴鍔�" min-width="8"> </el-table-column> <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="10"> @@ -352,7 +350,7 @@ <style lang="scss" scoped> .mainContent { display: flex; - justify-content: start; + justify-content: flex-start; flex-wrap: nowrap; .grid-content { -- Gitblit v1.8.0