title="I am the title" :with-header="false" :before-close="closeDrawer" :size=percentage :wrapperClosable="false" :modal="false" modal-class="AIdrawer" class="AIdrawerWrapper" :direction="rtl" > 注:CSS样式,千万不要加scoped,否则不起作用!!! <!-- <style scoped> --> <style> /* 抽...
<template> <el-button type="text" @click="drawer = true">打开抽屉</el-button> <el-drawer title="标题" :visible.sync="drawer" :append-to-body="true" :with-header="false" :direction="'rtl'" :modal="false" :modal-append-to-body="false" > <!--...