fix: 按钮触控位置更新
parent
c35ca7e79c
commit
d4490fb874
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue