fix: 按钮触控位置更新

master
xjs 2025-06-04 11:28:29 +08:00
parent c35ca7e79c
commit d4490fb874
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<dialog ref="myDialog">
<h1 class="text-[36rpx] text-[#000] font-700 mt-[40rpx] mb-[34rpx] text-center">{{ title }}</h1>
<p class="text-[#333] text-[28rpx] px-[32rpx]">{{ tipContent }}</p>
<div class="flex items-center justify-center py-[32rpx] border-t-[#EDEDED] border-t-solid border-t-[2rpx]">
<div class="flex items-center justify-center py-[32rpx] border-t-[#EDEDED] border-t-solid border-t-[2rpx]" @click="handleCloseModal">
<button @click="handleCloseModal" class="text-[#1580FF] border-none bg-[unset] text-[36rpx] outline-none">确认</button>
</div>
</dialog>