瀏覽代碼

医院名称样式调整

luolei 5 年之前
父節點
當前提交
59c9b5f07e
共有 2 個文件被更改,包括 3 次插入2 次删除
  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 {
         text-align: center;
-        font-size: .52rem;
-        padding: .36rem 0 .18rem 0;
+        font-size: .46rem;
+        padding: .3rem 0 .18rem 0;
         color: #fff;
       }
       .explain {

+ 1 - 0
src/utils/tools.js

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