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 {