style(MoreService): add min width and center text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user