写过的收缩按钮

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>

以上是关于写过的收缩按钮的主要内容,如果未能解决你的问题,请参考以下文章

整理读研期间用过改进过写过的代码

DIV内的按钮修改DIV宽度或者DIV怎样左右收缩

安卓布局TableLayout初学之拉伸按钮收缩按钮

回顾2018写过的随笔

2014年七月写过的代码,现在看来,还有待改进呀

visualstudio2022怎么找写过的代码