From a64ed910c7ed920b216d9420c67c12bcd3f02c6f Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 14 二月 2025 18:10:34 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/childcareInstitutionsManagement/assets/main.less |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less
index f78d223..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;
@@ -547,7 +548,9 @@
     .li-btn{
         margin-left:20px;
     }
-    
+    .xb{
+        text-align: right;
+    }
 
     
 
@@ -864,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;
     }
@@ -994,15 +997,7 @@
     }
 }
 
-.wendabox {
-    height: 85vh;
-    padding:10px;
-  
-    iframe {
-      width: 100%;
-      height: 100%;
-    }
-  }
+
 
 @media screen and (max-width: 1024px) {
     .pdfModal {

--
Gitblit v1.9.1