From e828ded44f152ccefecc981535e288669c42b23c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com>
Date: Mon, 18 Dec 2023 23:23:27 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E4=BF=AE=E6=94=B9=E7=BB=86=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/user/index.vue | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/src/views/user/index.vue b/src/views/user/index.vue
index 2591f93..ceeea49 100644
--- a/src/views/user/index.vue
+++ b/src/views/user/index.vue
@@ -41,7 +41,9 @@
- 修改
+
+ 修改
+
@@ -164,20 +166,20 @@ const formRules = ref({
account: [{required: true, message: '请输入站点名称', trigger: 'blur'}],
password: [{required: true, message: '请输入密码', trigger: 'blur'}]
})
-const checkList=ref([
- { label: "系统管理员", value: 111 },
- { label: "站点管理员", value: 222 },
- { label: "隧道管理员", value: 333 },
- { label: "巡查员", value: 444 }
+const checkList = ref([
+ {label: "系统管理员", value: 111},
+ {label: "站点管理员", value: 222},
+ {label: "隧道管理员", value: 333},
+ {label: "巡查员", value: 444}
])
-const multipleTable=ref()
+const multipleTable = ref()
const addUser = () => {
isVisited.value = true
}
const editUser = () => {
isVisited.value = true
}
-const handleAll=()=>{
+const handleAll = () => {
multipleTable.value.toggleAllSelection()
}
@@ -390,18 +392,21 @@ const handleAll=()=>{
}
}
}
- :deep(.el-checkbox-group){
+
+ :deep(.el-checkbox-group) {
margin-top: 10px;
}
-:deep(.el-checkbox__label){
- color: #FFFFFF;
- font-size: 38px;
-}
+
+ :deep(.el-checkbox__label) {
+ color: #FFFFFF;
+ font-size: 38px;
+ }
+
.pagination {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
- bottom: 290px;
+ bottom: 90px;
display: flex;
align-items: center;
color: #60DDDE;