From a0bc4f973d5022d92e22e871009764b3da8ef5e3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 七月 2024 09:24:37 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/artAndDrama/view/components/chapter001.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/books/artAndDrama/view/components/chapter001.vue b/src/books/artAndDrama/view/components/chapter001.vue index deb3197..37d628f 100644 --- a/src/books/artAndDrama/view/components/chapter001.vue +++ b/src/books/artAndDrama/view/components/chapter001.vue @@ -48,7 +48,7 @@ @play="audioPlay"></audio> --> </h1> <!-- 杩炵嚎棰� --> - <matching :rawData="rawData" :question="question" class="macthing" :primary-color="color"></matching> + <matching :rawData="rawData" :question="question" class="macthing" :primary-color="color" :bordercolor="'#fff'"></matching> <p class="text">灏忔彁绀猴細鍔犵偣鐨勬枃瀛椾负鏈彞璇濅腑鐨勯�昏緫閲嶉煶锛屽湪鏈楄鍙戦煶鏃惰閲嶈銆�</p> </div> <p><br /></p> @@ -417,12 +417,14 @@ videoPathOne: "", auidoPathOne: "", auidoPathTwo: "", + auidoPathThree:"", auidoPathFour: "", auidoPathFive: "", auidoPathSex: "", auidoPathSeven: "", auidoPathEight: "", auidoPathNine: "", + accentColor:"", color:"#fff", chapterData: { isCollectImg: false, @@ -775,6 +777,8 @@ border-radius: 10px; padding: 0 10px; box-sizing: border-box; + font-family: "STkaiti"; + font-size: 19px; } .fw-400 { font-weight: 400 !important; -- Gitblit v1.9.1