From 65b5cd16cc9d9ab4b346a37107a44011550f701b Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 31 五月 2024 14:27:09 +0800 Subject: [PATCH] 全文检索 --- src/App.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 38ffa3a..163a06e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -167,4 +167,9 @@ left: 0; margin: auto; } + + +.openImgBox img{ + cursor: zoom-in; +} </style> -- Gitblit v1.9.1