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