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(() => {
return [
"w-[22px]",
"h-[22px]",
"flex",
"justify-center",
"items-center",
"size-5.5",
"flex-c",
"outline-hidden",
"rounded-[4px]",
"rounded-sm",
"cursor-pointer",
"transition-colors",
"hover:bg-[#0000000f]",

View File

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

View File

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

View File

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