소스 검색

针对window系统UI字号调整

wucl 9 달 전
부모
커밋
95016836e6
3개의 변경된 파일2924개의 추가작업 그리고 9개의 파일을 삭제
  1. 2922 7
      package-lock.json
  2. 1 1
      src/layout/components/Navbar.vue
  3. 1 1
      src/views/home/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2922 - 7
package-lock.json


+ 1 - 1
src/layout/components/Navbar.vue

@@ -3,7 +3,7 @@
       <div class="titleDiv">
         <img class="logclass" src="../../assets/images/logo.jpg" @click="goto('index')">
         <div class="name">
-          <span>生产力平台</span>
+          <span style="font-weight:800;">生产力平台</span>
         </div>
       </div>
       <div class="meunsDiv">

+ 1 - 1
src/views/home/index.vue

@@ -163,7 +163,7 @@ export default {
   h1 {
     margin-left: 160px;
     font-size:50px;
-    font-weight: 800;
+    font-weight: 400;
   }
   p {
     margin-left: 160px;