File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ onMounted(() => {
115
115
<div class =" text-gray-50" >$ {{ item.price }}</div >
116
116
<div >
117
117
<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 "
119
119
@click.stop =" handleDelete(item, index)"
120
120
>
121
121
删除
@@ -129,7 +129,7 @@ onMounted(() => {
129
129
130
130
<!-- <div class="flex justify-center py-10">
131
131
<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 "
133
133
@click="handleLoadMore"
134
134
>
135
135
加载更多
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
419
419
/>
420
420
</ ElFormItem >
421
421
</ ElForm >
422
- < div class = "mt -4 flex" >
422
+ < div class = "my -4 flex" >
423
423
{ pwdProgress . map ( ( { color, text } , idx ) => (
424
424
< div
425
425
class = "w-[19vw]"
You can’t perform that action at this time.
0 commit comments