From d365829b14ca4256d39694b9cdcd43bad0ad8595 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 11 二月 2022 18:18:39 +0800 Subject: [PATCH] bug修复 --- 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