瀏覽代碼

fix: 冒号不对齐的问题

珍珍 2 月之前
父節點
當前提交
e6884c07cc
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/pac/entranceScreen.vue

+ 4 - 2
src/views/pac/entranceScreen.vue

@@ -36,7 +36,7 @@
           </div>
           <div class="index-box calendar-time">
             <span>{{ dateObj.hours }}</span>
-            <span></span>
+            <span>:</span>
             <span>{{ dateObj.minute }}</span>
           </div>
         </div>
@@ -549,7 +549,9 @@ export default defineComponent({
         }
         &:nth-child(2) {
           padding-left: 11.55px;
-          line-height: 1;
+          padding-right: 11.55px;
+          line-height: 6px;
+          padding-bottom: 4px;
         }
       }
     }