浏览代码

feat:修改时空容器的宽度

wangsisi 3 月之前
父节点
当前提交
6fb07c30ee
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
 }