From 9b9a62a2b23b3dd86c8b87be3b790f4ae9d0849a Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 24 四月 2024 08:19:28 +0800
Subject: [PATCH] 修改相应尺寸问题
---
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
index 906d786..2d80716 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -922,8 +922,8 @@
:autosize="{ minRows: 2, maxRows: 20 }"
/>
</el-dialog>
- <el-dialog v-model="productVisible" style="width: 80%;height:75% ">
- <select-product :rowIndex="rowIndex" @getProductRow="getProductRow" style="width: 1188px;height: 500px" />
+ <el-dialog id="product" v-model="productVisible" style="width: 80%;height:75% ">
+ <select-product :rowIndex="rowIndex" @getProductRow="getProductRow" style="width: 100%;height: 100%" />
</el-dialog>
<!--璇樊缁撶畻-->
<el-dialog v-model="errorAreaVisible" style="width: 300px;height:150px ">
@@ -983,5 +983,9 @@
-ms-user-select: none;
user-select: none;
}
+ :deep(#product .el-dialog__body){
+ height: 90%;
+ width: 100%;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.8.0