From 6e1cb1b850f3536eb91b3247f2b5e6aadf6805c9 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 03 二月 2026 16:52:43 +0800
Subject: [PATCH] 样式修改
---
src/pages/safeProduction/dangerInvestigation/index.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/pages/safeProduction/dangerInvestigation/index.vue b/src/pages/safeProduction/dangerInvestigation/index.vue
index 9ec1a5a..95c643f 100644
--- a/src/pages/safeProduction/dangerInvestigation/index.vue
+++ b/src/pages/safeProduction/dangerInvestigation/index.vue
@@ -118,12 +118,6 @@
@click="viewDetail(item)">
鏌ョ湅璇︽儏
</u-button> -->
- <u-button type="primary"
- size="small"
- class="action-btn"
- @click="editVisit(item)">
- 缂栬緫
- </u-button>
<u-button type="warning"
size="small"
class="action-btn"
@@ -137,6 +131,14 @@
:disabled="!item.rectifyActualTime"
@click="acceptanceVisit(item)">
楠屾敹
+ </u-button>
+ </view>
+ <view class="action-buttons">
+ <u-button type="primary"
+ size="small"
+ class="action-btn"
+ @click="editVisit(item)">
+ 缂栬緫
</u-button>
<u-button type="info"
size="small"
@@ -380,6 +382,9 @@
.action-buttons {
gap: 4px;
}
+ .action-buttons {
+ padding: 0 0 10rpx 0;
+ }
// 瓒呮湡鏈暣鏀圭殑闅愭偅鏍峰紡
.overdue {
@@ -393,7 +398,7 @@
}
.overdue .item-header::after {
- content: "瓒呮湡鏈暣鏀�";
+ content: "瓒呮湡";
position: absolute;
top: 32rpx;
right: 20rpx;
--
Gitblit v1.9.3