Skip to content

Commit a8ca71a

Browse files
committed
chore: update
1 parent e08626d commit a8ca71a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/views/components/waterfall/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ onMounted(() => {
115115
<div class="text-gray-50">$ {{ item.price }}</div>
116116
<div>
117117
<button
118-
class="px-3 h-7 rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600"
118+
class="px-3! rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600 border-0"
119119
@click.stop="handleDelete(item, index)"
120120
>
121121
删除
@@ -129,7 +129,7 @@ onMounted(() => {
129129

130130
<!-- <div class="flex justify-center py-10">
131131
<button
132-
class="px-5 py-2 rounded-full bg-gray-700 text-md text-white cursor-pointer hover:bg-gray-800 transition-all duration-300"
132+
class="px-5! py-2! rounded-full bg-gray-700 text-md text-white cursor-pointer hover:bg-gray-800 transition-all duration-300 border-0"
133133
@click="handleLoadMore"
134134
>
135135
加载更多

Diff for: src/views/system/user/utils/hook.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
419419
/>
420420
</ElFormItem>
421421
</ElForm>
422-
<div class="mt-4 flex">
422+
<div class="my-4 flex">
423423
{pwdProgress.map(({ color, text }, idx) => (
424424
<div
425425
class="w-[19vw]"

0 commit comments

Comments
 (0)