Browse Source

取消最大宽度限制

jwyu 3 năm trước cách đây
mục cha
commit
0c5d44b28a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/layout/Index.vue
  2. 1 1
      src/views/activity/Detail.vue

+ 1 - 1
src/layout/Index.vue

@@ -256,7 +256,7 @@ store.state.audioData.INS=globalAudioIns
 }
 .el-main {
   min-width: 580px;
-  max-width: 1800px;
+  // max-width: 1800px;
   background-color: #fff;
   padding-left: 60px;
   padding-top: 0;

+ 1 - 1
src/views/activity/Detail.vue

@@ -359,7 +359,7 @@ const cancelRegister=async ()=>{
         border-radius: 4px;
         overflow: hidden;
         min-width: 600px;
-        max-width: 900px;
+        // max-width: 900px;
         .top {
             padding: 14px 20px;
             border-bottom: 1px dashed #ebebeb;