From 9d43e7051075f1fc1b2fee680a79f90becddd63f Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 12 一月 2022 17:53:52 +0800
Subject: [PATCH] tab禁用

---
 src/pages/vindicate/views/restartSettings.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/vindicate/views/restartSettings.vue b/src/pages/vindicate/views/restartSettings.vue
index f19c4d4..7eb6c19 100644
--- a/src/pages/vindicate/views/restartSettings.vue
+++ b/src/pages/vindicate/views/restartSettings.vue
@@ -201,7 +201,7 @@
     },
     restart() {
       const h = this.$createElement;
-     const icon = this.$msgbox( {
+      const icon = this.$msgbox( {
         title: "",
         message: h(
           "div",
@@ -347,8 +347,8 @@
   color: #333;
   font-weight: 700;
   vertical-align: middle;
-  border-top:2px solid #E1E0E6 ;
-  border-left:2px solid #E1E0E6 ;
+  border-top: 4px solid #f2f2f7;
+  border-left: 4px solid #f2f2f7;
   .t {
     height: 48px;
     background: #F2F2F7;

--
Gitblit v1.8.0