From 9be3c4c4436549b097b93667f3febd592e55480f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 14 十月 2021 13:51:12 +0800 Subject: [PATCH] 显示有几个算法单元 --- src/pages/vindicate/views/restartSettings.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/vindicate/views/restartSettings.vue b/src/pages/vindicate/views/restartSettings.vue index f19c4d4..3e82121 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,12 +343,13 @@ .restart { margin: 0 auto; padding: 10px; + width: 74% !important; font-size: 16px; 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