From 310156b7244cd7b0c1b958f4267b5cf4e12bd90a Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 08 三月 2024 17:15:45 +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