From 7715ae3606bb01c0e9f08f40e83bfed0d983c6a3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 22 十月 2024 15:20:42 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/mathBook/assets/main.less | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less index ef4c023..0b95b44 100644 --- a/src/books/mathBook/assets/main.less +++ b/src/books/mathBook/assets/main.less @@ -430,7 +430,7 @@ .page-box { position: relative; box-sizing: border-box; - min-height: 1150px; + min-height: 1120px; margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; @@ -583,7 +583,7 @@ } .page-box { box-sizing: border-box; - min-height: 1150px; + min-height: 1120px; margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; @@ -864,6 +864,7 @@ .p-btn { display: flex; justify-content: left; + align-items: center; flex-wrap: wrap; i { text-indent: 0; -- Gitblit v1.9.1