Ver Fonte

调整样式

jwyu há 3 anos atrás
pai
commit
32ae37a8cd
2 ficheiros alterados com 2 adições e 3 exclusões
  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{