From 2d9cf82601a49d8d0b7ec30ad67f4b183afc5ea2 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 26 十一月 2024 16:47:17 +0800
Subject: [PATCH] 会议整本

---
 src/books/civilServices/view/components/chapter003.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/books/civilAviationServices/view/components/chapter003.vue b/src/books/civilServices/view/components/chapter003.vue
similarity index 99%
rename from src/books/civilAviationServices/view/components/chapter003.vue
rename to src/books/civilServices/view/components/chapter003.vue
index 8e9bff4..bd6a9fd 100644
--- a/src/books/civilAviationServices/view/components/chapter003.vue
+++ b/src/books/civilServices/view/components/chapter003.vue
@@ -2685,4 +2685,14 @@
 };
 </script>
 
-<style lang="less" scoped></style>
\ No newline at end of file
+<style lang="less" scoped>
+
+hr{
+        margin-left: 0;
+        margin-bottom: 4px;
+        width: 15.5%; 
+        border: none;
+        height: 1.5px;
+        background-color: #000;
+    }
+</style>
\ No newline at end of file

--
Gitblit v1.9.1