From 40acca0d395e1271522fc2695b37065697021d7d Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 28 八月 2023 19:57:57 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/web/SRM --- src/views/supplierManage/supplier/DetailSupplier.vue | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/supplierManage/supplier/DetailSupplier.vue b/src/views/supplierManage/supplier/DetailSupplier.vue index 6444bb3..432702a 100644 --- a/src/views/supplierManage/supplier/DetailSupplier.vue +++ b/src/views/supplierManage/supplier/DetailSupplier.vue @@ -1,6 +1,12 @@ <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> @@ -165,13 +171,13 @@ this.dynamicInfoList = [ { leftStr: "鎴峰悕", - leftValue: this.noContactDays, + leftValue: this.accountName, rightStr: "寮�鎴疯", - rightValue: this.newContactDays + rightValue: this.bank }, { leftStr: "璐﹀彿", - leftValue: "", + leftValue: item.account, rightStr: "", rightValue: "" } @@ -212,7 +218,7 @@ <!-- Add "scoped" attribute to limit CSS to this component only --> <style lang="scss" scoped> -.detail-view { +::v-deep { .header { height: 56px; display: flex; @@ -318,8 +324,7 @@ } } } -} -::v-deep { + .el-drawer__header { padding: 0; margin-bottom: 0px; -- Gitblit v1.8.0