From d9a44b11e08ce78a9935345f54341c2f7183edf2 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 28 二月 2023 15:47:30 +0800
Subject: [PATCH] 1

---
 public/LfSKyline/css/index.css |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/public/LfSKyline/css/index.css b/public/LfSKyline/css/index.css
index d64419c..1e67f0a 100644
--- a/public/LfSKyline/css/index.css
+++ b/public/LfSKyline/css/index.css
@@ -30,7 +30,6 @@
     display: flex;
 }
 
-
 .textp1 {
     font-size: 30px;
     font-family: Microsoft YaHei;
@@ -79,7 +78,6 @@
 .content {
     height: calc(100% - 60px);
     width: 100%;
-    display: flex;
 }
 
 .left_content {
@@ -93,21 +91,34 @@
 
 
 .right_content {
-
+    width: calc(100% - 325px);
     height: 100%;
-    flex: 1;
+    box-sizing: border-box;
+    float: left;
+}
 
+.rb {
+    border-right: 1px solid #A0A0A0;
+    border-bottom: 1px solid #A0A0A0;
+}
+
+#TEInfoEx {
+    width: calc(100% - 8px);
+    height: calc(100% - 35px);
+    box-sizing: border-box;
 }
 
 #TEWinEx {
     width: 100%;
     height: 100%;
-
+    box-sizing: border-box;
 }
 
 .fieldset {
-    padding: 10px 5px;
-    height: calc(100% - 20px);
+    padding: 10px 0 10px 8px;
+    height: 100%;
+    width: 100%;
+    box-sizing: border-box;
 }
 
 #layers {

--
Gitblit v1.9.3