From a7ec9a05b7ab233a11e3b9d5f351e6ad74561f9d Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期二, 01 四月 2025 14:38:50 +0800 Subject: [PATCH] 标题 --- easegen-front/src/layout/components/Logo/src/Logo.vue | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/easegen-front/src/layout/components/Logo/src/Logo.vue b/easegen-front/src/layout/components/Logo/src/Logo.vue index 79a7bd2..6253f9c 100644 --- a/easegen-front/src/layout/components/Logo/src/Logo.vue +++ b/easegen-front/src/layout/components/Logo/src/Logo.vue @@ -67,23 +67,23 @@ ]" to="/" > - <img - style="width: 200px;height: 50px;margin-left: -10px" - src="@/assets/imgs/logo.png" - /> -<!-- <div--> -<!-- v-if="show"--> -<!-- :class="[--> -<!-- 'ml-10px text-16px font-700',--> -<!-- {--> -<!-- 'text-[var(--logo-title-text-color)]': layout === 'classic',--> -<!-- 'text-[var(--top-header-text-color)]':--> -<!-- layout === 'topLeft' || layout === 'top' || layout === 'cutMenu'--> -<!-- }--> -<!-- ]"--> -<!-- >--> -<!-- {{ title }}--> -<!-- </div>--> +<!-- <img--> +<!-- style="width: 200px;height: 50px;margin-left: -10px"--> +<!-- src="@/assets/imgs/logo.png"--> +<!-- />--> + <div + v-if="show" + :class="[ + 'ml-28px text-16px font-700', + { + 'text-[var(--logo-title-text-color)]': layout === 'classic', + 'text-[var(--top-header-text-color)]': + layout === 'topLeft' || layout === 'top' || layout === 'cutMenu' + } + ]" style="text-align: center" + > + 鏁板瓧浜烘櫤鑳戒氦浜掑钩鍙� + </div> </router-link> </div> </template> -- Gitblit v1.9.3