字体修改

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

@ -21,8 +21,4 @@ onMounted(() => {
</script> </script>
<style lang="scss"> <style lang="scss"></style>
* {
font-family: 微软雅黑 sans-serif;
}
</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 { body {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: SourceHanSansCN-Bold;
} }
*:focus-visible { *:focus-visible {
outline: none; outline: none;

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

@ -73,7 +73,7 @@
</el-icon> </el-icon>
当前模式 当前模式
</div> </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> </div>
<div class="circuit-section"> <div class="circuit-section">
@ -650,9 +650,9 @@ onUnmounted(() => {
.param-list { .param-list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 10px; padding: 5px 10px;
flex: 1; flex: 1;
gap: 8px; gap: 5px;
justify-content: space-between; justify-content: space-between;
} }
@ -863,8 +863,11 @@ onUnmounted(() => {
background: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 12px; border-radius: 12px;
padding: 10px; padding: 0 10px;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
justify-content: center;
} }
.control-title { .control-title {

Loading…
Cancel
Save