shaogen1995 2 年之前
父节点
当前提交
471e4077eb
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      scene/src/views/gui/components/hotList.vue
  2. 1 0
      scene/src/views/gui/components/share.vue

+ 1 - 0
scene/src/views/gui/components/hotList.vue

@@ -124,6 +124,7 @@ export default {
 }
 }
 @media screen and (max-width: 1000px) {
 @media screen and (max-width: 1000px) {
   .hotList {
   .hotList {
+    max-width: 500px;
     width: 94%;
     width: 94%;
     height: 90%;
     height: 90%;
     padding: 30px 10px 30px 30px;
     padding: 30px 10px 30px 30px;

+ 1 - 0
scene/src/views/gui/components/share.vue

@@ -155,6 +155,7 @@ export default {
 // 移动端
 // 移动端
 @media screen and (max-width: 1000px) {
 @media screen and (max-width: 1000px) {
   .share {
   .share {
+    max-width: 500px;
     width: 90%;
     width: 90%;
     height: 90%;
     height: 90%;
     .imgBox {
     .imgBox {