From c7d2ef6c5306da7e8af002cbfc61fcadbf89c9c2 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 16 十月 2025 11:20:36 +0800
Subject: [PATCH] 铜杆报工时对汇报产量字段不做校验,改变铜杆提交逻辑
---
pages/sys/user/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/sys/user/index.vue b/pages/sys/user/index.vue
index 8400653..8d6ca57 100644
--- a/pages/sys/user/index.vue
+++ b/pages/sys/user/index.vue
@@ -69,7 +69,7 @@
<style lang="scss" scoped>
.my {
- height: calc(100vh - 100rpx);
+ height: 100%;
background: linear-gradient(to bottom, #E5F0FF, #F6F9FF);
.my-head {
--
Gitblit v1.9.3