From 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 31 十月 2024 18:12:19 +0800 Subject: [PATCH] 民航概论分页(项目二结束) --- src/components/dragQuestion/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dragQuestion/index.vue b/src/components/dragQuestion/index.vue index f057489..cc91498 100644 --- a/src/components/dragQuestion/index.vue +++ b/src/components/dragQuestion/index.vue @@ -1,8 +1,8 @@ <template> <div class="drag-box" :style="{ borderColor: bcColor }"> <div class="title-box"> - <p class="text" style="text-indent: 2em !important"> - <span class="hs1">鈼�</span>{{ titileText }} + <p class="text rhombusFather" style="text-indent: 2em !important"> + <span class="hs1 rhombus">鈼�</span>{{ titileText }} </p> <span class="svg-btn t0" -- Gitblit v1.9.1