From 46b274e6b5d0bd7f2afe46a8adeac4faaa446dc9 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 29 九月 2021 17:59:18 +0800 Subject: [PATCH] 系统设置/维护v0 --- src/pages/vindicate/views/sysInfo.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pages/vindicate/views/sysInfo.vue b/src/pages/vindicate/views/sysInfo.vue index d42de03..c4eb552 100644 --- a/src/pages/vindicate/views/sysInfo.vue +++ b/src/pages/vindicate/views/sysInfo.vue @@ -192,6 +192,8 @@ .v-sys-info { width: 100%; background-color: #FBFAFF; + border-top:2px solid #E1E0E6 ; + border-left:2px solid #E1E0E6 ; .el-dialog__header { padding: 15px 20px 10px; text-align: left; -- Gitblit v1.8.0