From f434ce3b98b921e6437eb49eacf5567b4167c69b Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期五, 16 八月 2024 18:28:11 +0800 Subject: [PATCH] 角色 --- src/components/navbar/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/navbar/index.vue b/src/components/navbar/index.vue index 9c33e3c..1b07313 100644 --- a/src/components/navbar/index.vue +++ b/src/components/navbar/index.vue @@ -2,15 +2,12 @@ <div class="navbar"> <div class="left-side"> <a-space> - <img - alt="logo" - src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image" - /> + <img class="logo" alt="logo" src="@/assets/images/icon-logo.png" /> <a-typography-title :style="{ margin: 0, fontSize: '18px' }" :heading="5" > - 澶фā鍨嬪钩鍙� + SmartAl澶фā鍨嬪钩鍙� </a-typography-title> <icon-menu-fold v-if="!topMenu && appStore.device === 'mobile'" @@ -275,6 +272,10 @@ display: flex; align-items: center; padding-left: 20px; + .logo { + width: 32px; + height: 32px; + } } .center-side { -- Gitblit v1.8.0