File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 加载更多
Original file line number Diff line number Diff 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]"
You can’t perform that action at this time.
0 commit comments