From a735676535a8c3b91c1f4872dfafda475ef902e8 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Tue, 23 Apr 2024 22:17:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B9=E5=B9=95=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/danmakuEditor.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ui/danmakuEditor.vue b/src/ui/danmakuEditor.vue index 646971f..aad0de5 100644 --- a/src/ui/danmakuEditor.vue +++ b/src/ui/danmakuEditor.vue @@ -5,7 +5,7 @@ class="danmaku-tool" :open="cssOpened" @click="openTool('css')" - >cssCSS
- 设置颜色 + 设置{{ fillOpened ? '填充' : '描边' }}颜色 { color: white; transition: color 0.2s linear; margin-right: 7px; + font-family: 'Fira Code', 'Arial'; } .danmaku-tool[open='true'], @@ -480,7 +483,7 @@ onUnmounted(() => { flex-direction: row; align-items: center; white-space: nowrap; - font-family: 'Fira Code'; + font-family: 'Fira Code', 'Arial'; #danmaku-css-input { width: 100%; @@ -501,6 +504,7 @@ onUnmounted(() => { font-size: 80%; white-space: nowrap; justify-content: space-between; + font-family: 'Fira Code', 'Arial'; .danmaku-icon-scroll { width: calc(90% - 200px); @@ -550,7 +554,7 @@ onUnmounted(() => { align-items: center; white-space: nowrap; justify-content: space-between; - font-family: 'Fira Code'; + font-family: 'Fira Code', 'Arial'; font-size: 75%; #danmaku-color-container {