From 00a363f1ef1e2ded9f7a8e933cd89d863458a3b4 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 06 八月 2025 10:09:06 +0800
Subject: [PATCH] 修改工序出站汇报单前保存
---
App.vue | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/App.vue b/App.vue
index d790ec8..ecd105f 100644
--- a/App.vue
+++ b/App.vue
@@ -21,4 +21,15 @@
text-align: center;
padding: 60rpx 0;
}
+
+ /* 鐢ㄤ簬瑙e喅picker鍐呴儴璁剧疆 disabled input 鏃朵笉鍝嶅簲鐨勯棶棰� */
+ .picker-overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: transparent; /* 閫忔槑鑳屾櫙 */
+ z-index: 1; /* 纭繚鍦� input 涓婃柟 */
+ }
</style>
--
Gitblit v1.9.1