Sfoglia il codice sorgente

feat:修改时空容器的宽度

wangsisi 3 mesi fa
parent
commit
6fb07c30ee
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/home/index.vue

+ 2 - 2
src/views/home/index.vue

@@ -1278,8 +1278,8 @@ const photoList = ref([
 }
 
 /* Space-time组件展开时的样式 */
-::v-deep .expanded {
-    position: fixed;
+.expanded {
+    position: fixed !important;
     width: 96% !important;
     margin: 0 auto;
 }