fix(frontend): 优化代理管理页面工具栏布局
- 将筛选器和操作按钮合并到同一行显示 - 筛选器在左侧,操作按钮在右侧 - 添加响应式支持,窄屏时自动换行并简化按钮文字
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
@apply rounded-lg px-3 py-1.5 text-xs;
|
||||
}
|
||||
|
||||
.btn-md {
|
||||
@apply rounded-xl px-4 py-2 text-sm;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
@apply rounded-2xl px-6 py-3 text-base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user