chore: update

This commit is contained in:
xiaoxian521 2025-04-10 09:15:53 +08:00
parent e08626d443
commit a8ca71ae61
2 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ onMounted(() => {
<div class="text-gray-50">$ {{ item.price }}</div> <div class="text-gray-50">$ {{ item.price }}</div>
<div> <div>
<button <button
class="px-3 h-7 rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600" class="px-3! rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600 border-0"
@click.stop="handleDelete(item, index)" @click.stop="handleDelete(item, index)"
> >
删除 删除
@ -129,7 +129,7 @@ onMounted(() => {
<!-- <div class="flex justify-center py-10"> <!-- <div class="flex justify-center py-10">
<button <button
class="px-5 py-2 rounded-full bg-gray-700 text-md text-white cursor-pointer hover:bg-gray-800 transition-all duration-300" 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"
@click="handleLoadMore" @click="handleLoadMore"
> >
加载更多 加载更多

View File

@ -419,7 +419,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
/> />
</ElFormItem> </ElFormItem>
</ElForm> </ElForm>
<div class="mt-4 flex"> <div class="my-4 flex">
{pwdProgress.map(({ color, text }, idx) => ( {pwdProgress.map(({ color, text }, idx) => (
<div <div
class="w-[19vw]" class="w-[19vw]"