From 9b4d5ace932a228d8176df645aebf944ca0582af Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 29 五月 2024 22:18:34 +0800 Subject: [PATCH] 优化 --- src/App.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 38ffa3a..8559dbf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,7 +65,7 @@ // childHealth // lifeCare // sportsAndHealth - this.config.resourceCtx + "childHealth" + this.config.resourceCtx + "embedded" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; @@ -167,4 +167,9 @@ left: 0; margin: auto; } + + +.openImgBox img{ + cursor: zoom-in; +} </style> -- Gitblit v1.9.1