style(MoreService): add min width and center text

This commit is contained in:
duanshuwen
2026-06-26 21:33:15 +08:00
parent fee58315d1
commit e71dcad81a

View File

@@ -21,7 +21,8 @@
{{ item.content }}
</div>
</div>
<div class="bg-[#0ccd58] rounded-[5px] p-[6px] text-[12px] text-white leading-[16px]"
<div
class="min-w-[60px] bg-[#0ccd58] rounded-[5px] p-[6px] text-[12px] text-center text-white leading-[16px]"
@click="handleClick(item)">
{{ item.btnText }}
</div>