feat: 添加左右导航按钮和智能响应式布局到集数选择器组件

This commit is contained in:
katelya
2025-09-02 16:05:00 +08:00
parent dd01a91383
commit 0b60840097
3 changed files with 67 additions and 26 deletions
+1
View File
@@ -11,6 +11,7 @@ const config: Config = {
theme: {
extend: {
screens: {
'xs': '475px',
'mobile-landscape': {
raw: '(orientation: landscape) and (max-height: 700px)',
},