From c9e3a7f0c154892f2327e300e28af53f81e40ad0 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 20 2月 2025 11:03:24 +0800 Subject: [PATCH] 软件加密+ 修复 不断给plc报警的问题 --- LA24030_LuLiPackageLine_Pda/components/buttonModal.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue b/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue index 5291243..e2e5817 100644 --- a/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue +++ b/LA24030_LuLiPackageLine_Pda/components/buttonModal.vue @@ -8,7 +8,8 @@ </view> <view v-if="subShow" class="flex justify-around transition" style="padding-top: 10rpx;"> - <button class="width95 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button> + <button class="width45 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button> + <button class="width45 bg-grey" @click="$emit('reset')">鏁村寘NG涓嬬嚎</button> </view> <view v-if="empTytowerShow" class="flex justify-around transition"> <button class="width45 bg-grey" @click="$emit('reset')">{{cleaningTitle}}</button> @@ -112,4 +113,7 @@ // uni-button{ // // font-size: 16px !important; // } +uni-button{ + padding-right: 5px !important; +} </style> -- Gitblit v1.9.3