From cb0c0ee3ea35da0ebfda286e873868af6a531942 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期三, 21 十二月 2022 18:14:20 +0800
Subject: [PATCH] 运营管理ui修改
---
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