From 8b31ebab2fd3bb4397f4966767a1ed7ddef3ff2c Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 27 九月 2021 17:42:06 +0800 Subject: [PATCH] 系统设置v1.1 --- src/pages/desktop/index/components/Tools.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/desktop/index/components/Tools.vue b/src/pages/desktop/index/components/Tools.vue index d1c9193..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> @@ -561,7 +561,7 @@ margin: auto; } .tools .tools-left { - width: 200px; + width: 275px; height: 100%; float: left; margin-left: 14px; @@ -841,6 +841,11 @@ height: 100%; margin-right: 14px; } + +.smart-ai { + height: 65%; +} + .el-dropdown-menu { top: 40px !important; } -- Gitblit v1.8.0