shaogen1995 2 years ago
parent
commit
471e4077eb

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

@@ -124,6 +124,7 @@ export default {
 }
 @media screen and (max-width: 1000px) {
   .hotList {
+    max-width: 500px;
     width: 94%;
     height: 90%;
     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) {
   .share {
+    max-width: 500px;
     width: 90%;
     height: 90%;
     .imgBox {