From ae2d855c89ca722ac7309fdf1aa6ceed370e3b95 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 11 十月 2021 20:22:30 +0800
Subject: [PATCH] 监控ui

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

diff --git a/src/pages/vindicate/views/restartSettings.vue b/src/pages/vindicate/views/restartSettings.vue
index f19c4d4..6515ca5 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",
@@ -343,6 +343,7 @@
 .restart {
   margin: 0 auto;
   padding: 10px;
+  width: 74% !important;
   font-size: 16px;
   color: #333;
   font-weight: 700;

--
Gitblit v1.8.0