生产管理系统前端 1开发分类字典 2.适配input框灰色背景 3.适配textarea灰色背景.
This commit is contained in:
@@ -90,7 +90,7 @@ export function RoleFormDialog({
|
||||
<h4 className="text-green-800">菜单与操作权限</h4>
|
||||
<p className="text-xs text-muted-foreground">选择菜单后可配置该菜单下的操作权限</p>
|
||||
</div>
|
||||
<Card className="p-4 bg-gray-50">
|
||||
<Card className="p-4 bg-gray-50 bg-input-background">
|
||||
<div className="space-y-6">
|
||||
{allSystemMenus.map((system) => (
|
||||
<div key={system.id} className="space-y-3">
|
||||
|
||||
Reference in New Issue
Block a user