From 78376b235b98e1143c4525a6adb7fdc7a7c45420 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 06 二月 2026 14:35:31 +0800
Subject: [PATCH] 质量模块页面调整
---
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue | 27 ++++++++++++++-------------
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
index 14b9aea..8f46260 100644
--- a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
+++ b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -2318,7 +2318,7 @@
},
},
async onLoad(e) {
- // this.setAuto();
+ this.setAuto();
this.operationType = e.operationType || 1;
this.hform.HInterID = e.linterid || 0;
if (this.operationType == 1) {
@@ -2359,9 +2359,10 @@
</script>
<style lang="scss" scoped>
+
input {
width: inherit;
- font-size: 26rpx;
+ font-size: 30rpx;
}
.uni-input {
@@ -2384,7 +2385,7 @@
view {
width: auto;
- font-size: 26rpx;
+ font-size: 30rpx;
color: #555;
text-align: center;
padding: 16rpx 0;
@@ -2409,10 +2410,10 @@
/* 澶氳瀵归綈鏂瑰紡 */
.form-item {
- width: 600rpx;
+ width: 650rpx;
display: flex;
align-items: center;
- font-size: 26rpx;
+ font-size: 30rpx;
padding: 6rpx 0;
margin-right: 20rpx;
@@ -2428,7 +2429,7 @@
.right {
// width: 450rpx;
padding: 8rpx 20rpx;
- font-size: 26rpx;
+ font-size: 30rpx;
flex: 1;
border-radius: 22rpx;
border: 1px solid #acacac;
@@ -2439,19 +2440,19 @@
.uni-input-placeholder,
.uni-input-input {
- font-size: 26rpx;
+ font-size: 30rpx;
}
}
.uni-combox::v-deep input {
height: inherit;
- font-size: 26rpx;
+ font-size: 30rpx;
}
}
.right-select {
//padding: 8rpx 20rpx;
- font-size: 26rpx;
+ font-size: 30rpx;
flex: 1;
}
@@ -2524,7 +2525,7 @@
width: 180rpx;
height: 66rpx;
line-height: 66rpx;
- font-size: 26rpx;
+ font-size: 30rpx;
}
.btn-a {
@@ -2567,19 +2568,19 @@
gap: 10rpx 0;
input {
- font-size: 26rpx;
+ font-size: 30rpx;
}
.detail {
// width: 50%;
box-sizing: border-box;
- font-size: 26rpx;
+ font-size: 30rpx;
color: #555;
padding-right: 20rpx;
text {
color: #999;
- font-size: 26rpx;
+ font-size: 30rpx;
}
}
--
Gitblit v1.9.1