Commit b4e2bc6d0411bcf22f7e73fbfbf67ba73da49f51
1 parent
88d3a7ba
Exists in
master
ปรับระยะห่างของปุ่มให้ดู เหมาะสม
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -936,7 +936,7 @@ |
936 | 936 | <br> |
937 | 937 | <br> |
938 | 938 | <button type="button" class="btn btn-circle button " *ngFor="let name of ButtonValue" (click)="getButton9(name.valueN);getButton9Onhold(name.valueN);" |
939 | - style="margin-left: 5px; margin-top: 2px;"><span class="badge2" style="float: right; position: absolute; margin-top: -15px; margin-left: 23px;"> {{ name.num }} </span> {{ name.name }} | |
939 | + style="margin-left: 5px; margin-top: 10px;"><span class="badge2" style="float: right; position: absolute; margin-top: -15px; margin-left: 19px;"> {{ name.num }} </span> {{ name.name }} | |
940 | 940 | </button> |
941 | 941 | <!-- <span class="badge"> {{resultNum7}} </span> --> |
942 | 942 | <hr> | ... | ... |