浏览代码

调整样式

jwyu 3 年之前
父节点
当前提交
32ae37a8cd
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 0
      src/layout/Index.vue
  2. 1 3
      src/views/activity/List.vue

+ 1 - 0
src/layout/Index.vue

@@ -210,6 +210,7 @@ store.state.audioData.INS=globalAudioIns
   position: relative;
 }
 .el-main {
+  min-width: 580px;
   max-width: 1800px;
   background-color: #fff;
   padding-left: 60px;

+ 1 - 3
src/views/activity/List.vue

@@ -353,9 +353,7 @@ onMounted(() => {
     .list-wrap{
         border: 1px solid #EBEBEB;
         border-radius: 4px;
-        overflow: hidden;
-        min-width: 580px;
-        max-width: 900px;
+        max-width: 800px;
         .item{
             border-bottom: 1px solid #EBEBEB;
             &:last-child{