记录:el-drawer 抽屉不要遮罩层,且可操作非抽屉部分

1、抽屉应用

    <el-drawer
      title="标题"
      direction="rtl"
      :visible.sync="drawer"
      :modal="false"
      :wrapperClosable="false"
      :close-on-press-escape="false"
      :modal-append-to-body="false"
      :append-to-body="false"
      :before-close="handleClose"
      class="custom-drawer"
    >
      <span>我是抽屉内容</span>
    </el-drawer>

2、CSS 设置

<style lang="scss">
.custom-drawer {
  left: calc(100vw - 460px - 36px); // 位置设置
  width: 460px;   // 抽屉宽度设置
  padding-left: 36px;   // 阴影视觉宽度
  .el-drawer {
    width: 100% !important;
    .el-drawer__header {
      padding: 16px;
      margin-bottom: 6px;
      border-bottom: 1px solid #dcdfe6;
    }
    .el-drawer__header > :first-child {
      font-size: 18px;
      color: #303133;
      font-weight: 600;
    }
  }
}
</style>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值