fix: 解决历史记录不居中的问题

历史历史错误信息使用tooltip展示
fix:解决当搜索结果过多导致页面卡顿问题
This commit is contained in:
thofx
2023-12-27 23:39:12 +08:00
parent 7f74715f51
commit b200ed242d
6 changed files with 144 additions and 139 deletions

View File

@@ -3,6 +3,10 @@
@tailwind components;
@tailwind utilities;
:root{
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei UI", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#nprogress .bar {
background: rgb(var(--v-theme-primary)) !important;
top: env(safe-area-inset-top) !important;