| | |
| | | <template> |
| | | <div class="detail-view"> |
| | | <el-drawer :visible.sync="detailConfig.visible" size="80%" :before-close="handleClose" :wrapperClosable="false"> |
| | | <el-drawer |
| | | :visible.sync="detailConfig.visible" |
| | | size="80%" |
| | | :before-close="handleClose" |
| | | :wrapperClosable="false" |
| | | :append-to-body="true" |
| | | > |
| | | <template slot="title"> |
| | | <div class="header"> |
| | | <span class="header-label">供应商名称</span> |
| | |
| | | |
| | | <!-- Add "scoped" attribute to limit CSS to this component only --> |
| | | <style lang="scss" scoped> |
| | | .detail-view { |
| | | ::v-deep { |
| | | .header { |
| | | height: 56px; |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ::v-deep { |
| | | |
| | | .el-drawer__header { |
| | | padding: 0; |
| | | margin-bottom: 0px; |