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;
+}