lanxin 3 tygodni temu
rodzic
commit
89a54a9bda
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      hot/src/views/Home.vue

+ 9 - 8
hot/src/views/Home.vue

@@ -530,6 +530,14 @@ export default {
       padding: 0;
       position: absolute;
       flex-direction: column;
+      .myTitle {
+        display: block;
+        height: fit-content;
+        padding: 20px 0 10px;
+        font-size: 24px;
+        text-indent: 20px;
+        padding-bottom: 0;
+      }
       &-info {
         margin: 0;
         width: 100%;
@@ -543,14 +551,7 @@ export default {
           display: none;
         }
       }
-      .myTitle {
-        display: block;
-        height: fit-content;
-        padding: 20px 0 10px;
-        font-size: 24px;
-        text-indent: 20px;
-        padding-bottom: 0;
-      }
+      
 
       .is-pc {
         display: none;