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 @@