ソースを参照

fix:日历图标适配

珍珍 2 ヶ月 前
コミット
b5b025328e
1 ファイル変更12 行追加9 行削除
  1. 12 9
      src/views/pac/entranceScreen.vue

+ 12 - 9
src/views/pac/entranceScreen.vue

@@ -27,7 +27,7 @@
       <div class="right">
         <div class="env-box">
           <div class="title-box">
-            <img :src="parseImgUrl('pac', 'calendar.svg')" />
+            <img class="icon" :src="parseImgUrl('pac', 'calendar.svg')" />
             <div class="title calendar-title">
               <span>{{ dateObj.month }}</span>
               <span>/</span>
@@ -442,7 +442,7 @@ export default defineComponent({
 
   .env-box {
     box-sizing: border-box;
-    padding: 0 40rpx;
+    //padding: 0 11px;
     min-width: 8.33vw;
     max-width: 14vw;
     // height: 70.8vh;
@@ -533,20 +533,23 @@ export default defineComponent({
       }
     }
     .calendar-time {
+      display: flex;
+      align-items: center;
+      justify-content: center;
       span {
         display: block;
         font-family: Montserrat;
         font-size: 20.44px;
         font-weight: 600;
-        line-height: 26.66px;
-        // &:nth-child(1) {
-        //   line-height: 26.66px;
-        // }
-        // &:nth-child(3) {
-        //   line-height: 26.66px;
-        // }
+        &:nth-child(1) {
+          line-height: 26.66px;
+        }
+        &:nth-child(3) {
+          line-height: 26.66px;
+        }
         &:nth-child(2) {
           padding-left: 11.55px;
+          line-height: 1;
         }
       }
     }