chore: update

This commit is contained in:
xiaoxian521
2026-01-14 15:35:11 +08:00
parent 18ae47a569
commit ee4ec7d944
4 changed files with 11 additions and 14 deletions

View File

@@ -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"
];
});

View File

@@ -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)]"
];

View File

@@ -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]",

View File

@@ -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]",