Browse Source

医院名称样式调整

luolei 5 years ago
parent
commit
59c9b5f07e
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/components/PathInfo.vue
  2. 1 0
      src/utils/tools.js

+ 2 - 2
src/components/PathInfo.vue

@@ -286,8 +286,8 @@
       }
       }
       h2 {
       h2 {
         text-align: center;
         text-align: center;
-        font-size: .52rem;
-        padding: .36rem 0 .18rem 0;
+        font-size: .46rem;
+        padding: .3rem 0 .18rem 0;
         color: #fff;
         color: #fff;
       }
       }
       .explain {
       .explain {

+ 1 - 0
src/utils/tools.js

@@ -390,6 +390,7 @@ const getNum = () => {
   return num;
   return num;
 }
 }
 
 
+
 // 设置title
 // 设置title
 const setTitle = (title) => {
 const setTitle = (title) => {
   document.title = title;
   document.title = title;