From 20e1b35f374a2bd410b08b7988331467d20dc0de Mon Sep 17 00:00:00 2001
From: wangjie <931696759@qq.com>
Date: Fri, 25 Apr 2025 20:48:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ZdryFjyp/components/deepIn.vue | 12 ++++++++++++
.../myControl/components/sendControl.vue | 11 +++++++++++
.../backOfficeSystem/MeetingRoom/index.vue | 19 ++++++++++++++++---
3 files changed, 39 insertions(+), 3 deletions(-)
diff --git a/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue
index 45eda33..4937e60 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/components/deepIn.vue
@@ -299,6 +299,18 @@
font-weight: 700;
margin-bottom: 20px;
+ position: relative;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: 2px;
+ left: 0;
+ width: 78px;
+ height: 4px;
+ background: linear-gradient(90deg, #3597f9c4 0%, rgba(53, 150, 249, 0) 100%);
+ border-radius: 4px 4px 4px 4px;
+ }
}
.left {
width: calc(100% - 400px);
diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue
index 5c74278..00544aa 100644
--- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue
+++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue
@@ -53,6 +53,17 @@
font-weight: 700;
margin-bottom: 20px;
+ position: relative;
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: 2px;
+ left: 0;
+ width: 78px;
+ height: 4px;
+ background: linear-gradient(90deg, #3597f9c4 0%, rgba(53, 150, 249, 0) 100%);
+ border-radius: 4px 4px 4px 4px;
+ }
}
}
}
diff --git a/src/views/backOfficeSystem/MeetingRoom/index.vue b/src/views/backOfficeSystem/MeetingRoom/index.vue
index 0359344..185cff9 100644
--- a/src/views/backOfficeSystem/MeetingRoom/index.vue
+++ b/src/views/backOfficeSystem/MeetingRoom/index.vue
@@ -40,10 +40,18 @@