diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index 082a367..7ce9f17 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -193,7 +193,7 @@ const closeNoPermissionDialog = () => { align-items: center; justify-content: center; /* 添加水平居中 */ - /* gap: 23px; */ + gap: 23px; margin-bottom: 10px; flex-wrap: wrap; /* 添加换行支持,防止小屏幕溢出 */ diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index c654723..d249c8c 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -3571,7 +3571,7 @@ p { } .gif-area { - padding: 70px 0px; + padding: 100px 0px; position: relative; /* height: 30vh; */ display: flex;