Rework commands page
This commit is contained in:
@@ -17,6 +17,22 @@ export default defineAppConfig({
|
||||
base: "cursor-pointer"
|
||||
}
|
||||
},
|
||||
formField: {
|
||||
slots: {
|
||||
root: "w-full"
|
||||
}
|
||||
},
|
||||
input: {
|
||||
slots: {
|
||||
root: "w-full"
|
||||
}
|
||||
},
|
||||
textarea: {
|
||||
slots: {
|
||||
root: "w-full",
|
||||
base: "resize-none"
|
||||
}
|
||||
},
|
||||
navigationMenu: {
|
||||
slots: {
|
||||
link: "cursor-pointer",
|
||||
|
Reference in New Issue
Block a user