From 0f47dfaefc53d4e5e9322a83f0967159be9abbb2 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 27 一月 2022 14:33:16 +0800
Subject: [PATCH] 性化设置:图标主题

---
 src/pages/vindicate/views/sysInfo.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/pages/vindicate/views/sysInfo.vue b/src/pages/vindicate/views/sysInfo.vue
index c4eb552..25d1cea 100644
--- a/src/pages/vindicate/views/sysInfo.vue
+++ b/src/pages/vindicate/views/sysInfo.vue
@@ -4,7 +4,7 @@
       <div class="sys-right">
         <div class="auto">
           <div class="title-bg">
-            <div class="title">SmartAIOS</div>
+            <div class="title">Smart AIOS</div>
             <div class="desc">Copyright 漏 璐濇�濈鎶�鏈湁闄愬叕鍙�</div>
           </div>
           <div class="bar" style="background-color: #F2F2F7;">
@@ -125,7 +125,6 @@
           this.expireTime = res.data.expireTime;
           this.serializedNumber = res.data.sn;
           this.q = res.data.q;
-          debugger
         }
       });
     },
@@ -174,7 +173,6 @@
         a.download = "key.txt";
         a.click();
         window.URL.revokeObjectURL(url);
-          debugger
         this.refreshSn();
         window.parent.postMessage({ msg: "checkSN" }, "*");
         this.$notify.success("瀵煎嚭鎴愬姛");
@@ -192,8 +190,8 @@
 .v-sys-info {
   width: 100%;
   background-color: #FBFAFF;
-  border-top:2px solid #E1E0E6 ;
-  border-left:2px solid #E1E0E6 ;
+  border-top: 4px solid #f2f2f7;
+  border-left: 4px solid #f2f2f7;
   .el-dialog__header {
     padding: 15px 20px 10px;
     text-align: left;

--
Gitblit v1.8.0