kirklin / celeris-web

Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
https://celeris-web.vercel.app/
MIT License
384 stars 60 forks source link

fix: adjust scrollbar style to prevent it from obscuring content area #23

Closed Aaron-zon closed 4 months ago

Aaron-zon commented 4 months ago

Proposed changes

Adjust scrollbar style to prevent it from obscuring content area

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Linked Issues

21

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
celeris-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 6:20am
celeris-web-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 6:20am
celeris-web-api-ai-openai ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 6:20am
kirklin commented 4 months ago

apps/admin/src/component/PageWrapper/src/PageWrapper.vue

可以考虑修改这个组件达到这个效果,使每个页面使用他包裹的时候可以自动显示滚动条。

Aaron-zon commented 4 months ago

好嘞