字体修改

触摸屏-直流
Lufaneng 1 year ago
parent 5a8b6085e6
commit 5f0db86dc3

@ -21,8 +21,4 @@ onMounted(() => {
</script>
<style lang="scss">
* {
font-family: 微软雅黑 sans-serif;
}
</style>
<style lang="scss"></style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

@ -1,6 +1,12 @@
@font-face {
font-family: SourceHanSansCN-Bold;
src: url(/public/fonts/SourceHanSansCN-Bold.otf);
}
body {
padding: 0;
margin: 0;
font-family: SourceHanSansCN-Bold;
}
*:focus-visible {
outline: none;

@ -7,7 +7,7 @@
{{ currentTime }}
</div> -->
<div class="logo">
<img src="@/assets/images/logo@2x.png" alt="">
<img src="@/assets/images/绿盟.png" alt="">
</div>
<!-- 主标题 -->
@ -143,7 +143,7 @@ onUnmounted(() => {
left: 20px;
img {
height: 50px;
height: 30px;
}
}
}

@ -73,7 +73,7 @@
</el-icon>
当前模式
</div>
<el-button class="mode-button active">{{ info.Mode ? '手动' : '自动' }}</el-button>
<el-button style="margin-bottom: 0;" class="mode-button active">{{ info.Mode ? '手动' : '自动' }}</el-button>
</div>
</div>
<div class="circuit-section">
@ -650,9 +650,9 @@ onUnmounted(() => {
.param-list {
display: flex;
flex-direction: column;
padding: 10px;
padding: 5px 10px;
flex: 1;
gap: 8px;
gap: 5px;
justify-content: space-between;
}
@ -863,8 +863,11 @@ onUnmounted(() => {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
padding: 10px;
padding: 0 10px;
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
justify-content: center;
}
.control-title {

Loading…
Cancel
Save