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:
@@ -23,17 +23,15 @@ const copyAnimatesList = cloneDeep(animatesList);
|
||||
const animateClass = computed(() => {
|
||||
return [
|
||||
"mt-1",
|
||||
"flex",
|
||||
"flex-c",
|
||||
"border",
|
||||
"w-[130px]",
|
||||
"h-[100px]",
|
||||
"items-center",
|
||||
"w-32.5",
|
||||
"h-25",
|
||||
"cursor-pointer",
|
||||
"transition-all",
|
||||
"justify-center",
|
||||
"border-[#e5e7eb]",
|
||||
"hover:text-primary",
|
||||
"hover:duration-[700ms]"
|
||||
"hover:duration-700"
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
@@ -116,11 +116,10 @@ export default defineComponent({
|
||||
|
||||
const iconClass = computed(() => {
|
||||
return [
|
||||
"p-[6px]",
|
||||
"h-[30px]",
|
||||
"w-[30px]",
|
||||
"p-1.5",
|
||||
"size-7.5",
|
||||
"rounded-sm",
|
||||
"outline-hidden",
|
||||
"rounded-[4px]",
|
||||
"cursor-pointer",
|
||||
"hover:bg-[rgba(0,0,0,0.06)]"
|
||||
];
|
||||
|
||||
@@ -97,8 +97,8 @@ export default defineComponent({
|
||||
return [
|
||||
"flex",
|
||||
"justify-between",
|
||||
"pt-[3px]",
|
||||
"px-[11px]",
|
||||
"pt-0.75",
|
||||
"px-2.75",
|
||||
"border-b",
|
||||
"border-b-solid",
|
||||
"border-[#dcdfe6]",
|
||||
|
||||
@@ -90,8 +90,8 @@ export default defineComponent({
|
||||
return [
|
||||
"flex",
|
||||
"justify-between",
|
||||
"pt-[3px]",
|
||||
"px-[11px]",
|
||||
"pt-0.75",
|
||||
"px-2.75",
|
||||
"border-b",
|
||||
"border-b-solid",
|
||||
"border-[#dcdfe6]",
|
||||
|
||||
Reference in New Issue
Block a user