From dc1a81057497cdd692d8a384279e2bcded021ff2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 六月 2024 09:25:21 +0800 Subject: [PATCH] 优化 --- src/books/artAndDrama/view/components/chapter001.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/books/artAndDrama/view/components/chapter001.vue b/src/books/artAndDrama/view/components/chapter001.vue index deb3197..f17b8d1 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, -- Gitblit v1.9.1