From 552e32360f2da0e36a8a1fb208de8d6e9f342a49 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 29 五月 2024 22:18:38 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index ae6f4ce..8559dbf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -63,7 +63,9 @@ } else { this.activeBook = await this.config.getBookConfig( // childHealth - this.config.resourceCtx + "childHealth" + // lifeCare + // sportsAndHealth + this.config.resourceCtx + "embedded" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; @@ -165,4 +167,9 @@ left: 0; margin: auto; } + + +.openImgBox img{ + cursor: zoom-in; +} </style> -- Gitblit v1.9.1