Browse Source

fix: 字体统一

master
guoapeng 3 weeks ago
parent
commit
570fadb2b7
  1. 2
      src/components/common/SoftKeyboard/index.vue
  2. 2
      src/components/common/SoftKeyboard/moveKeyboard.vue
  3. 2
      src/components/home/Environment.vue
  4. 2
      src/components/home/HomeLogLevel.vue

2
src/components/common/SoftKeyboard/index.vue

@ -285,7 +285,7 @@ const handleTouchEnd = () => {
width: 1rem;
position: relative;
gap:5px;
font-family: fangsong;
//font-family: fangsong;
.cn-name{
font-size: 2.5rem;
}

2
src/components/common/SoftKeyboard/moveKeyboard.vue

@ -286,7 +286,7 @@ const handleTouchEnd = () => {
width: 1rem;
position: relative;
gap:5px;
font-family: fangsong;
//font-family: fangsong;
.cn-name{
font-size: 2.5rem;
}

2
src/components/home/Environment.vue

@ -91,7 +91,7 @@ onMounted(() => {
<style lang="scss" scoped>
div{
font-family: 思源黑体;
//font-family: ;
font-size: 18px;
font-weight: normal;
line-height: normal;

2
src/components/home/HomeLogLevel.vue

@ -68,7 +68,7 @@ $input-height: 3rem;
align-items: center;
justify-content: center;
margin-top: 24vh;
font-family: Source Han Sans;
//font-family: Source Han Sans;
font-size: 24px;
.input{
width: 14vw;

Loading…
Cancel
Save