diff --git a/src/components/ReAnimateSelector/src/index.vue b/src/components/ReAnimateSelector/src/index.vue index aa5f7fe14..02405fbe5 100644 --- a/src/components/ReAnimateSelector/src/index.vue +++ b/src/components/ReAnimateSelector/src/index.vue @@ -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" ]; }); diff --git a/src/components/ReCropper/src/index.tsx b/src/components/ReCropper/src/index.tsx index e95519345..2c5f42fb2 100644 --- a/src/components/ReCropper/src/index.tsx +++ b/src/components/ReCropper/src/index.tsx @@ -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)]" ]; diff --git a/src/components/RePureTableBar/src/bar.tsx b/src/components/RePureTableBar/src/bar.tsx index df0d97718..17a3c9a9a 100644 --- a/src/components/RePureTableBar/src/bar.tsx +++ b/src/components/RePureTableBar/src/bar.tsx @@ -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]", diff --git a/src/components/ReVxeTableBar/src/bar.tsx b/src/components/ReVxeTableBar/src/bar.tsx index 1bf651f82..8e2dc78c5 100644 --- a/src/components/ReVxeTableBar/src/bar.tsx +++ b/src/components/ReVxeTableBar/src/bar.tsx @@ -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]",