mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
chore: update
This commit is contained in:
@@ -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]",
|
||||
|
||||
@@ -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!",
|
||||
|
||||
@@ -35,7 +35,7 @@ const defaultProps = {
|
||||
};
|
||||
const buttonClass = computed(() => {
|
||||
return [
|
||||
"h-[20px]!",
|
||||
"h-5!",
|
||||
"text-sm!",
|
||||
"reset-margin",
|
||||
"text-(--el-text-color-regular)!",
|
||||
|
||||
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user