From 496fd3866f44ad362539b316d16e34d03cf169e3 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 30 Aug 2022 16:46:52 +0800 Subject: [PATCH] 头部组件 --- src/components/v-navbar.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/v-navbar.vue b/src/components/v-navbar.vue index 128f38b..ba88584 100644 --- a/src/components/v-navbar.vue +++ b/src/components/v-navbar.vue @@ -1,17 +1,17 @@ <!-- * @Author: 小明丶 * @Date: 2019-08-15 15:44:44 - * @LastEditors: 小明丶 - * @LastEditTime: 2020-06-22 18:17:12 + * @LastEditors: zxq + * @LastEditTime: 2022-08-30 16:46:40 * @Description: 头部组件 --> <template> <div class="nav-bar flex-start-g" :class="[fixed ? 'fixed' : '']" :style="{'background':background}"> - <slot name="left-back"> + <!-- <slot name="left-back"> --> <svg class="icon" aria-hidden="true" style="width:25px;height:44px;" @click="go"> <use xlink:href="#iconzuojiantou"></use> </svg> - </slot> + <!-- </slot> --> <h4 class="title text-center-g" :style="{'color':titleColor}">{{title}}</h4> <div class="rightText" @click="rightClick"> <slot name="right">{{rightText}}</slot> -- Gitblit v1.8.0