From beadbecb4ec7aaf960b8e46f5c02836bf6c9e976 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 08 四月 2024 16:14:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/ProjectWeb/src/components/refer/vciWebReferDefalut.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Source/ProjectWeb/src/components/refer/vciWebReferDefalut.vue b/Source/ProjectWeb/src/components/refer/vciWebReferDefalut.vue
index 00a8097..f704b53 100644
--- a/Source/ProjectWeb/src/components/refer/vciWebReferDefalut.vue
+++ b/Source/ProjectWeb/src/components/refer/vciWebReferDefalut.vue
@@ -1,9 +1,9 @@
<template>
<div>
<el-dialog v-dialogDrag
- :height="options.height|| 'auto'" :title="title"
+ :title="title"
:visible.sync="visible"
- :width="options.width|| '450'"
+ :width="width|| '450'"
:append-to-body="true"
class="avue-dialog avue-dialog--top"
@close="dialogClose">
@@ -67,12 +67,14 @@
referType: {
type: String,
default:''
- }, width: {
+ },
+ width: {
type: String,
default:'70%'
- }, height: {
+ },
+ height: {
type: String,
- default:'60%'
+ default:'500px'
},
reloadFormKey: {
type: String,
@@ -107,6 +109,7 @@
option: {
addBtn: false,
columnBtn: false,
+ height:this.height,
calcHeight: 30,
tip: false,
menu: false,
--
Gitblit v1.9.3