chore: update

This commit is contained in:
xiaoxian521
2026-01-15 12:58:46 +08:00
parent 9f707170e8
commit debe617664
4 changed files with 6 additions and 9 deletions

View File

@@ -26,13 +26,10 @@ defineOptions({
const iconClass = computed(() => { const iconClass = computed(() => {
return [ return [
"w-[22px]", "size-5.5",
"h-[22px]", "flex-c",
"flex",
"justify-center",
"items-center",
"outline-hidden", "outline-hidden",
"rounded-[4px]", "rounded-sm",
"cursor-pointer", "cursor-pointer",
"transition-colors", "transition-colors",
"hover:bg-[#0000000f]", "hover:bg-[#0000000f]",

View File

@@ -94,7 +94,7 @@ export function useRole(treeRef: Ref) {
]; ];
// const buttonClass = computed(() => { // const buttonClass = computed(() => {
// return [ // return [
// "h-[20px]!", // "h-5!",
// "reset-margin", // "reset-margin",
// "text-gray-500!", // "text-gray-500!",
// "dark:text-white!", // "dark:text-white!",

View File

@@ -35,7 +35,7 @@ const defaultProps = {
}; };
const buttonClass = computed(() => { const buttonClass = computed(() => {
return [ return [
"h-[20px]!", "h-5!",
"text-sm!", "text-sm!",
"reset-margin", "reset-margin",
"text-(--el-text-color-regular)!", "text-(--el-text-color-regular)!",

View File

@@ -163,7 +163,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
]; ];
const buttonClass = computed(() => { const buttonClass = computed(() => {
return [ return [
"h-[20px]!", "h-5!",
"reset-margin", "reset-margin",
"text-gray-500!", "text-gray-500!",
"dark:text-white!", "dark:text-white!",