mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +08:00
fix: 弹幕编辑器字体
This commit is contained in:
parent
17d46fa158
commit
a735676535
@ -5,7 +5,7 @@
|
|||||||
class="danmaku-tool"
|
class="danmaku-tool"
|
||||||
:open="cssOpened"
|
:open="cssOpened"
|
||||||
@click="openTool('css')"
|
@click="openTool('css')"
|
||||||
>css</span
|
>CSS</span
|
||||||
>
|
>
|
||||||
<font-colors-outlined
|
<font-colors-outlined
|
||||||
class="danmaku-tool"
|
class="danmaku-tool"
|
||||||
@ -87,7 +87,9 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="fillOpened || strokeOpened" id="danmaku-color">
|
<div v-else-if="fillOpened || strokeOpened" id="danmaku-color">
|
||||||
<span id="danmaku-color-hint">设置颜色</span>
|
<span id="danmaku-color-hint"
|
||||||
|
>设置{{ fillOpened ? '填充' : '描边' }}颜色</span
|
||||||
|
>
|
||||||
<Scroll
|
<Scroll
|
||||||
class="danmaku-color-scroll"
|
class="danmaku-color-scroll"
|
||||||
:no-scroll="true"
|
:no-scroll="true"
|
||||||
@ -457,6 +459,7 @@ onUnmounted(() => {
|
|||||||
color: white;
|
color: white;
|
||||||
transition: color 0.2s linear;
|
transition: color 0.2s linear;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
font-family: 'Fira Code', 'Arial';
|
||||||
}
|
}
|
||||||
|
|
||||||
.danmaku-tool[open='true'],
|
.danmaku-tool[open='true'],
|
||||||
@ -480,7 +483,7 @@ onUnmounted(() => {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: 'Fira Code';
|
font-family: 'Fira Code', 'Arial';
|
||||||
|
|
||||||
#danmaku-css-input {
|
#danmaku-css-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -501,6 +504,7 @@ onUnmounted(() => {
|
|||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
font-family: 'Fira Code', 'Arial';
|
||||||
|
|
||||||
.danmaku-icon-scroll {
|
.danmaku-icon-scroll {
|
||||||
width: calc(90% - 200px);
|
width: calc(90% - 200px);
|
||||||
@ -550,7 +554,7 @@ onUnmounted(() => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-family: 'Fira Code';
|
font-family: 'Fira Code', 'Arial';
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
|
||||||
#danmaku-color-container {
|
#danmaku-color-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user