更新:图书搜索功能;听书实时显示对应文字;书籍评论功能完善;

This commit is contained in:
2025-11-12 09:02:30 +08:00
parent 9fcc1b8549
commit 1da75a59f2
21 changed files with 484 additions and 828 deletions

View File

@@ -15,15 +15,8 @@
<style lang="scss">
@import "@/style/tailwind.css";
@import "@/style/ui.scss";
/* 覆盖 Tailwind 的默认 block 样式 */
img, svg, video, canvas, audio, iframe, embed, object {
display: inline-block;
}
.container {
padding: 15px;
}
button {
line-height: inherit;
}
</style>