fix: 优化自适应界面
This commit is contained in:
@@ -6,6 +6,9 @@ export default {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
'landscape-sm': { raw: '(orientation: landscape) and (max-height: 768px)' },
|
||||
},
|
||||
keyframes: {
|
||||
'vert-marquee': {
|
||||
'0%': { transform: 'translateY(0)' },
|
||||
|
||||
Reference in New Issue
Block a user