From 84f52f64e361491cdc2cc04f550bb55784b14fd1 Mon Sep 17 00:00:00 2001
From: wangchengming <15110151257@163.com>
Date: Tue, 1 Jul 2025 17:20:33 +0800
Subject: [PATCH] 1
---
src/views/system/user/index.vue | 65 +++++++++++++++++++--------------
1 file changed, 38 insertions(+), 27 deletions(-)
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index e278307..12ba696 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -95,28 +95,38 @@
-
+
-
-
-
-
-
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
-
+
{{ parseTime(scope.row.createTime) }}
-
+
{
}
:deep(.el-radio__inner) {
- width: 16px !important;
- height: 16px !important;
+ width: 16px !important;
+ height: 16px !important;
}
:deep(.el-radio__label) {
- font-weight: 400;
- font-size: 18px;
- text-align: left;
- color: #000000;
-}
-:deep(.el-textarea__inner) {
- font-weight: 400;
- font-size: 18px;
- color: #000000;
-}
-:deep(.el-tag.el-tag--info) {
- font-weight: 400;
- font-size: 18px;
- color: #000000;
+ font-weight: 400;
+ font-size: 18px;
+ text-align: left;
+ color: #000000;
}
+:deep(.el-textarea__inner) {
+ font-weight: 400;
+ font-size: 18px;
+ color: #000000;
+}
+
+:deep(.el-tag.el-tag--info) {
+ font-weight: 400;
+ font-size: 18px;
+ color: #000000;
+}