fix: 1. 修复首页控制面板在md和2xl的时候会超出屏幕

2.修复授权管理-添加授权选择ssh 弹窗过长超出屏幕无法滚动
This commit is contained in:
river
2024-09-10 22:56:54 +08:00
parent 7ad8cdfe47
commit feef94f873
3 changed files with 45 additions and 41 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
padding: "2rem",
screens: {
"2xl": "1400px",
'3xl': '1920px',
},
},
extend: {