From 6a5962fe9544005dba620b00fb36c25fe2da4e76 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期二, 16 十一月 2021 15:24:46 +0800 Subject: [PATCH] 后端没修改的情况下添加默认背景图 --- src/pages/desktop/index/components/Tools.vue | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/pages/desktop/index/components/Tools.vue b/src/pages/desktop/index/components/Tools.vue index 8209021..04fc852 100644 --- a/src/pages/desktop/index/components/Tools.vue +++ b/src/pages/desktop/index/components/Tools.vue @@ -53,7 +53,7 @@ <div class="tools-icon no-hover-style"> <img class="smart-ai" - :src="`${publicPath}images/desktop/header-icon/SmartAI.png`" + :src="`${publicPath}images/desktop/header-icon/SmartAI-鏂�.png`" alt /> </div> @@ -377,7 +377,7 @@ }, goToUpdate() { this.showAppRemind = false; - window.parent.postMessage({ msg: `toAI?activeName=update` }, "*"); + window.parent.postMessage({ msg: `toAI?activeName=鏇存柊` }, "*"); }, goToWireSet() { window.parent.postMessage( @@ -390,19 +390,6 @@ { msg: `toVindicate?autoUpdate=1` }, "*" ); - // this.upgrading = true; - // upgradeNewVersion() - // .then((res) => { - // if (res.code == 200) { - // this.upgrading = true; - - // this.$notify.success("鏇存柊鐗堟湰鎴愬姛"); - // this.showSysRemind = false; - // } - // }) - // .catch((err) => { - // this.$notify.error("鏇存柊鐗堟湰澶辫触"); - // }); }, delaySysRemind(sec) { delayUpgradeNotice({ @@ -574,7 +561,7 @@ margin: auto; } .tools .tools-left { - width: 200px; + width: 275px; height: 100%; float: left; margin-left: 14px; @@ -854,6 +841,11 @@ height: 100%; margin-right: 14px; } + +.smart-ai { + height: 65%; +} + .el-dropdown-menu { top: 40px !important; } -- Gitblit v1.8.0