vue3.0实现穿梭框单点
*{
margin:0; padding:0;}
li{
list-style: none;}
a{
text-decoration: none; color: #333;}
button{
border:none;}
input{
outline:none;}
textarea{
resize:none;}
em,i{
font-style: normal;}
.wrap{
width: 1000px;
margin: 0 auto;
border: 1px solid red;
}
.wrap .header{
width: 100%;
height: 80px;
line-height: 80px;
border-bottom: 2px solid #ccc;
}
.wrap .content{
width: 100%;
display: flex;
flex-direction: row;
}
.wrap .content .content_left ,.wrap .content .content_right{
width:500px;
text-align: center;
line-height: 60px;
border-bottom: 1px solid #333;
height: 500px;
}
.wrap .content .content_left{
border-right: 1px solid #333;
overflow-y: scroll;
}
.wrap .content .content_left_main li{
height