From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 17 二月 2025 15:35:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/childcareInstitutionsManagement/assets/main.less |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less
index a74d467..8085b62 100644
--- a/src/books/childcareInstitutionsManagement/assets/main.less
+++ b/src/books/childcareInstitutionsManagement/assets/main.less
@@ -49,7 +49,7 @@
     }
 
     .pt-20 {
-        padding-top: 20px;
+        padding-top: 20px !important;
     }
 
     .pt {
@@ -273,6 +273,7 @@
     .table {
         border: 2px solid #00B1F5;
         border-collapse: collapse;
+        width:100%;
 
         td {
             border: 1px solid #00B1F5;
@@ -544,11 +545,20 @@
         }
     }
 
+    .li-btn{
+        margin-left:20px;
+    }
+    .xb{
+        text-align: right;
+    }
+
     
 
     //杩佺Щ
     ul {
         list-style-type: none;
+        margin: 10px !important;
+        padding:0 !important;
     }
 
     li {
@@ -857,7 +867,7 @@
     .bk4-1 {
         background: #E2F4FE;
         padding: 1px 10px 1px 10px;
-        margin-top: 2em;
+        margin-top: 1em;
         border-radius: 1.5em;
         margin-bottom: 1em;
     }
@@ -988,6 +998,7 @@
 }
 
 
+
 @media screen and (max-width: 1024px) {
     .pdfModal {
         width: 100%;

--
Gitblit v1.9.1