写过的收缩按钮
Posted wwj007
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了写过的收缩按钮相关的知识,希望对你有一定的参考价值。
@1
.switchBtn {
position: absolute;
top: 45%;
right: -17px;
width: 16px;
height: 60px;
border: 1px solid #ccc;
border-left: none;
line-height: 60px;
background: #fff;
opacity: 0.6;
z-index: 1000;
cursor: pointer;
transition: all 1s;
}
`<div class="switchBtn" @click="close"> <i class="el-icon-caret-right"></i> </div>
以上是关于写过的收缩按钮的主要内容,如果未能解决你的问题,请参考以下文章