From e2097c64f20cb34a8d1598467d62286ce09c1550 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 09 十月 2021 16:12:45 +0800 Subject: [PATCH] 网络设置ui调整 --- 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