src/views/productManage/product/DetailProduct.vue
@@ -1,6 +1,6 @@
<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">
      <template slot="title">
        <div class="header">
          <span class="header-label">产品详情</span>
@@ -172,6 +172,7 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.detail-view {
  z-index: 9999;
  .header {
    height: 56px;
    display: flex;