From 1a7217554cc63431e9ffb311c38c6cf588853090 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Mon, 4 Dec 2023 10:14:44 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/modules/systemmanage/role.vue | 2 +-
src/pages/modules/systemmanage/system.vue | 4 ++--
src/pages/modules/systemmanage/user.vue | 4 ++--
src/style/common.styl | 2 ++
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/pages/modules/systemmanage/role.vue b/src/pages/modules/systemmanage/role.vue
index 1315927..5037a5a 100644
--- a/src/pages/modules/systemmanage/role.vue
+++ b/src/pages/modules/systemmanage/role.vue
@@ -26,7 +26,7 @@
-
+
|
diff --git a/src/pages/modules/systemmanage/system.vue b/src/pages/modules/systemmanage/system.vue
index 1cb406a..f9a7eaa 100644
--- a/src/pages/modules/systemmanage/system.vue
+++ b/src/pages/modules/systemmanage/system.vue
@@ -17,7 +17,7 @@
{{ $t('common.operate') }} |
- | {{i+1}} |
+ {{ e.id }} |
{{ e.code }} |
{{ e.name }} |
{{ e.value }} |
@@ -25,7 +25,7 @@
-
+
|
diff --git a/src/pages/modules/systemmanage/user.vue b/src/pages/modules/systemmanage/user.vue
index 1b4f36f..5cdc059 100644
--- a/src/pages/modules/systemmanage/user.vue
+++ b/src/pages/modules/systemmanage/user.vue
@@ -18,7 +18,7 @@
{{ $t('common.operate')}} |
- | {{i+1}} |
+ {{ e.userId }} |
{{ e.username }} |
{{ e.personName }} |
{{ e.phone }} |
@@ -28,7 +28,7 @@
-
+
diff --git a/src/style/common.styl b/src/style/common.styl
index e8431b7..b42be8e 100644
--- a/src/style/common.styl
+++ b/src/style/common.styl
@@ -455,6 +455,8 @@
z-index: 99;
padding 0 25px;
background left center / 1px 81px url(../images/new/th_bg.png) repeat-x
+ &:last-child
+ padding-left 45px
td
box-sizing: border-box;
overflow: hidden;