@@ -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;
@@ -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{