Browse Source

feat:修改时空容器的宽度

wangsisi 3 months ago
parent
commit
6fb07c30ee
1 changed files with 2 additions and 2 deletions
  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;
 }