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(() => { const animateClass = computed(() => {
return [ return [
"mt-1", "mt-1",
"flex", "flex-c",
"border", "border",
"w-[130px]", "w-32.5",
"h-[100px]", "h-25",
"items-center",
"cursor-pointer", "cursor-pointer",
"transition-all", "transition-all",
"justify-center",
"border-[#e5e7eb]", "border-[#e5e7eb]",
"hover:text-primary", "hover:text-primary",
"hover:duration-[700ms]" "hover:duration-700"
]; ];
}); });

View File

@@ -116,11 +116,10 @@ export default defineComponent({
const iconClass = computed(() => { const iconClass = computed(() => {
return [ return [
"p-[6px]", "p-1.5",
"h-[30px]", "size-7.5",
"w-[30px]", "rounded-sm",
"outline-hidden", "outline-hidden",
"rounded-[4px]",
"cursor-pointer", "cursor-pointer",
"hover:bg-[rgba(0,0,0,0.06)]" "hover:bg-[rgba(0,0,0,0.06)]"
]; ];

View File

@@ -97,8 +97,8 @@ export default defineComponent({
return [ return [
"flex", "flex",
"justify-between", "justify-between",
"pt-[3px]", "pt-0.75",
"px-[11px]", "px-2.75",
"border-b", "border-b",
"border-b-solid", "border-b-solid",
"border-[#dcdfe6]", "border-[#dcdfe6]",

View File

@@ -90,8 +90,8 @@ export default defineComponent({
return [ return [
"flex", "flex",
"justify-between", "justify-between",
"pt-[3px]", "pt-0.75",
"px-[11px]", "px-2.75",
"border-b", "border-b",
"border-b-solid", "border-b-solid",
"border-[#dcdfe6]", "border-[#dcdfe6]",