From 4971f20f73adae7cb83dc787585a22d4869cf5b8 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Tue, 29 Apr 2025 14:10:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=93=8D=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/manifest.json | 4 +-
src/pages/comprehensiveQuery/index.vue | 129 +++++++++++++-----
.../components/addAndEditForm.vue | 46 ++++++-
.../components/addAndEditForm.vue | 51 ++++++-
.../components/addAndEditForm.vue | 61 ++++++++-
.../components/addAndEditForm.vue | 50 ++++++-
.../components/addAndEditForm.vue | 69 ++++++++--
7 files changed, 350 insertions(+), 60 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index c06820f..bfb24fd 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,8 +1,8 @@
{
"name" : "项目全过程影像管理工具",
"appid" : "__UNI__F75AFA9",
- "description" : "",
- "versionName" : "1.0.0",
+ "description" : "项目全过程影像管理工具",
+ "versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
/* 5+App特有相关 */
diff --git a/src/pages/comprehensiveQuery/index.vue b/src/pages/comprehensiveQuery/index.vue
index 2fe5cc3..4ab860d 100644
--- a/src/pages/comprehensiveQuery/index.vue
+++ b/src/pages/comprehensiveQuery/index.vue
@@ -64,40 +64,62 @@
-
+
-
-
-
- {
- queryParams.startTime = ''
- }
- "
- />
+
+
+
+ 1
+
+
+ {
+ queryParams.startTime = ''
+ }
+ "
+ />
+
+
-
+
-
-
-
- {
- queryParams.endTime = ''
- }
- "
- />
+
+
+
+ 1
+
+
+ {
+ queryParams.endTime = ''
+ }
+ "
+ />
+
+
@@ -107,9 +129,13 @@
clearable
placeholder="请选择工程名称"
v-model="queryParams.proName"
+ style="position: relative"
>
-
+
+
+ 1
+
-
+
+ 1
-
+
+
+ 1
+
@@ -801,4 +841,31 @@ onMounted(async () => {
padding: 32rpx 0;
letter-spacing: 1rpx;
}
+
+.handle-box {
+ position: absolute;
+ right: 5%;
+ top: 50%;
+ transform: translateY(-50%);
+ left: 0;
+ // bottom: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center;
+
+ .select-project-area {
+ flex: 1;
+ color: transparent;
+ }
+}
+
+::v-deep .time-input .uni-input-placeholder {
+ position: absolute !important;
+ left: 7%;
+ z-index: 100;
+}
+
+::v-deep .time-input .uni-input-input {
+ right: 20%;
+}
diff --git a/src/pages/coordinatePhotos/components/addAndEditForm.vue b/src/pages/coordinatePhotos/components/addAndEditForm.vue
index 209dfe9..04f7086 100644
--- a/src/pages/coordinatePhotos/components/addAndEditForm.vue
+++ b/src/pages/coordinatePhotos/components/addAndEditForm.vue
@@ -15,11 +15,13 @@
-
+
+ 1
-
+
+ 1
-
+
+ 1
{
overflow: hidden;
}
}
+
+.handle-box {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-40%);
+ left: 0;
+ // bottom: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center;
+
+ .select-project-area {
+ flex: 1;
+ color: transparent;
+ }
+}
+
+::v-deep .time-input .uni-input-placeholder {
+ position: absolute !important;
+ left: -10%;
+
+ z-index: 100;
+}
+
+::v-deep .time-input .uni-input-input {
+ right: 20%;
+}
diff --git a/src/pages/importantMatters/components/addAndEditForm.vue b/src/pages/importantMatters/components/addAndEditForm.vue
index fc23b29..489b77f 100644
--- a/src/pages/importantMatters/components/addAndEditForm.vue
+++ b/src/pages/importantMatters/components/addAndEditForm.vue
@@ -14,11 +14,13 @@
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
{
}
}
}
+
+.handle-box {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-40%);
+ left: 0;
+ // bottom: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center;
+
+ .select-project-area {
+ flex: 1;
+ color: transparent;
+ }
+}
+
+::v-deep .time-input .uni-input-placeholder {
+ position: absolute !important;
+ left: -10%;
+
+ z-index: 100;
+}
+
+::v-deep .time-input .uni-input-input {
+ right: 20%;
+}
diff --git a/src/pages/qualityInspection/components/addAndEditForm.vue b/src/pages/qualityInspection/components/addAndEditForm.vue
index a49a8bd..7e6d493 100644
--- a/src/pages/qualityInspection/components/addAndEditForm.vue
+++ b/src/pages/qualityInspection/components/addAndEditForm.vue
@@ -14,11 +14,13 @@
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
diff --git a/src/pages/safetyMeasure/components/addAndEditForm.vue b/src/pages/safetyMeasure/components/addAndEditForm.vue
index c7a1a82..e2a5952 100644
--- a/src/pages/safetyMeasure/components/addAndEditForm.vue
+++ b/src/pages/safetyMeasure/components/addAndEditForm.vue
@@ -14,11 +14,13 @@
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
{
overflow: hidden;
}
}
+.handle-box {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-40%);
+ left: 0;
+ // bottom: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center;
+
+ .select-project-area {
+ flex: 1;
+ color: transparent;
+ }
+}
+
+::v-deep .time-input .uni-input-placeholder {
+ position: absolute !important;
+ left: -10%;
+
+ z-index: 100;
+}
+
+::v-deep .time-input .uni-input-input {
+ right: 20%;
+}
diff --git a/src/pages/safetyViolations/components/addAndEditForm.vue b/src/pages/safetyViolations/components/addAndEditForm.vue
index c300085..99c7d7d 100644
--- a/src/pages/safetyViolations/components/addAndEditForm.vue
+++ b/src/pages/safetyViolations/components/addAndEditForm.vue
@@ -14,11 +14,13 @@
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
-
+
+ 1
{
::v-deep .hide-cursor .u-input__input {
caret-color: transparent;
}
+
+.handle-box {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-40%);
+ left: 0;
+ // bottom: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center;
+
+ .select-project-area {
+ flex: 1;
+ color: transparent;
+ }
+}
+
+::v-deep .time-input .uni-input-placeholder {
+ position: absolute !important;
+ left: -10%;
+
+ z-index: 100;
+}
+
+::v-deep .time-input .uni-input-input {
+ right: 20%;
+}