优化:确认发放按钮圆角 6px→20px,视觉更圆润
This commit is contained in:
@@ -1011,7 +1011,7 @@
|
|||||||
border-radius:6px; font-size:13px; color:#92400e;
|
border-radius:6px; font-size:13px; color:#92400e;
|
||||||
outline:none; box-sizing:border-box;">
|
outline:none; box-sizing:border-box;">
|
||||||
<button x-on:click="send()"
|
<button x-on:click="send()"
|
||||||
style="padding:9px 20px; border:none; border-radius:6px;
|
style="padding:9px 20px; border:none; border-radius:20px;
|
||||||
font-size:13px; font-weight:bold; color:#fff;
|
font-size:13px; font-weight:bold; color:#fff;
|
||||||
cursor:pointer; transition:opacity .15s; white-space:nowrap;"
|
cursor:pointer; transition:opacity .15s; white-space:nowrap;"
|
||||||
:style="(sending || !amount) ?
|
:style="(sending || !amount) ?
|
||||||
|
|||||||
Reference in New Issue
Block a user