From 9c3961f513cb548c129dd911c1eb92ec21bb703c Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 18 Mar 2024 15:01:38 +0800 Subject: [PATCH] fix: 分享详情页打开未登录跳转 --- pages/index/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0836458..07d33a8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -82,4 +82,8 @@ } } </script> -<style></style> \ No newline at end of file +<style> + .newIndex { + width: calc(100vw); + } +</style> \ No newline at end of file -- Gitblit v1.8.0