Explorar o código

feat:修改时空容器的宽度

wangsisi hai 3 meses
pai
achega
6fb07c30ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
 }