From 6565dfeab1be42cc74a63f5b522db3bb19045ed3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 23 七月 2024 15:03:00 +0800 Subject: [PATCH] 学前儿童视频小窗播放功能 --- src/books/artAndDrama/view/components/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/artAndDrama/view/components/index.vue b/src/books/artAndDrama/view/components/index.vue index 76a4d16..cec59d6 100644 --- a/src/books/artAndDrama/view/components/index.vue +++ b/src/books/artAndDrama/view/components/index.vue @@ -4,7 +4,7 @@ <div id="searchContent"></div> </div> <div class="page-content" :style="{ - fontSize: fontSize ? fontSize + 'px' : '16px', + fontSize: fontSize ? fontSize + 'px' : '19px', transform: `scale(${pageZoom ? pageZoom : 1})`, transformOrigin: 'center top', }"> @@ -160,7 +160,7 @@ // 娴嬭瘯椤甸潰璺宠浆 // setTimeout(() => { - // this.gotoPage(4,32); + // this.gotoPage(4,26); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", -- Gitblit v1.9.1