From 5300255dd40ac2ed67676da5568f0e4fd25a7078 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 05 三月 2024 13:33:46 +0800 Subject: [PATCH] fix:修改字体、图标、背景、阴影问题 --- src/components/right-title/index.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/right-title/index.vue b/src/components/right-title/index.vue index 8ae1a09..939a6d7 100644 --- a/src/components/right-title/index.vue +++ b/src/components/right-title/index.vue @@ -14,7 +14,7 @@ <template> <div class="flex justify-between item-center"> <div class="item_title" v-if="title !== ''"> - <span class="title-inner"> {{ title }} </span> + <span class="title-inner"> {{ title }} </span> </div> <slot name="top"></slot> </div> @@ -46,12 +46,14 @@ //justify-content: center; .title-inner { - margin-left: 15px; + margin-left: 25px; + margin-top: 4px; color: #fff; - font-weight: 900; + font-weight: 400; letter-spacing: 2px; - font-style: italic; font-size: 20px; + font-style: italic; + font-family: '200-SSBoYaTi'; //background: linear-gradient( // 92deg, // #0072ff 0%, -- Gitblit v1.8.0