From 781876372311fa27266a223062b460ac09e93a40 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 31 五月 2024 14:27:28 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/assets/main.less | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index b7bda5c..f4f618b 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -676,6 +676,9 @@ .fl { display: flex; } + .fw-wr { + flex-wrap: wrap; + } .ju-bt { justify-content: space-between; } @@ -841,6 +844,7 @@ } .parimary-btn { min-width: 80px; + height: 30px; font-size: 14px; margin-left: 5px; background-color: #0bab87; @@ -860,6 +864,7 @@ color: red; } .icon-box { + margin-left: 8px; display: inline-block; width: 18px; height: 18px; @@ -935,6 +940,15 @@ } } } + .textarea-box { + border: none; + text-align: center; + width: 84px; + height: 36px; + overflow: auto; + word-break: break-all; + resize: none; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1