From 0743d47eca07827e1ade3554db67b1f6fde4aae1 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 16 十月 2024 18:25:37 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/mathBook/assets/main.less |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less
index b89463f..83231d5 100644
--- a/src/books/mathBook/assets/main.less
+++ b/src/books/mathBook/assets/main.less
@@ -480,7 +480,14 @@
     outline: none;
     background: transparent;
   }
-
+  .input-table {
+    width: 80px;
+    font-size: 14px;
+    border: none;
+    outline: none;
+    border-bottom: 1px solid;
+    background: transparent;
+  }
   .sport-text {
     font-size: 20px;
     line-height: 40px;
@@ -549,6 +556,9 @@
   }
   .t0 {
     text-indent: 0;
+  }
+  .t- {
+    text-indent: 0.5em;
   }
   .t2 {
     text-indent: 2em;
@@ -622,6 +632,9 @@
         align-items: flex-end;
         justify-content: center;
         font-weight: 600;
+      }
+      span {
+        white-space: nowrap;
       }
     }
   }
@@ -838,6 +851,8 @@
   // 闅愯棌椤甸潰
   .hidePage {
     min-height: 0 !important;
+    height: 0 !important;
+    box-shadow: none !important;
   }
 }
 

--
Gitblit v1.9.1