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(() => {
|
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]",
|
||||||
|
|||||||
@@ -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!",
|
||||||
|
|||||||
@@ -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)!",
|
||||||
|
|||||||
@@ -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!",
|
||||||
|
|||||||
Reference in New Issue
Block a user