From ab72ffdff7ca370bb1a5bf0b34402f8e9a6d07f0 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 28 三月 2022 09:14:11 +0800 Subject: [PATCH] 'lct' --- src/views/layout/components/Institute.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/layout/components/Institute.vue b/src/views/layout/components/Institute.vue index 87edb35..b752140 100644 --- a/src/views/layout/components/Institute.vue +++ b/src/views/layout/components/Institute.vue @@ -18,7 +18,7 @@ <script> import { mapGetters } from 'vuex' import pathToRegexp from 'path-to-regexp' -const imgUrl = require('@/assets/logo.png') +const imgUrl = require('@/assets/zhongtai_logo.jpg') export default { data() { return { @@ -86,12 +86,11 @@ } } .app-breadcrumb img{ - height:50px; - width:50px; - border:none; - vertical-align: middle; - margin-right:20px; - margin-left:20px; + height: 62px; + width: 260px; + border: none; + vertical-align: middle; + margin-right: 20px; } .app-breadcrumb h1{ margin:0; -- Gitblit v1.9.2