update-ui,zoom

This commit is contained in:
unknown
2024-03-30 01:39:36 +08:00
parent c089247bf2
commit 1b49be4fb6
25 changed files with 174 additions and 78 deletions
@@ -1,7 +1,7 @@
<template>
<div class="row col-md-10 col-md-offset-1">
<div class="col-md-4">
<h4>Vote Information</h4><hr/>
<h4>Maklumat Undian</h4><hr/>
<ul class="list-group">
<li class="list-group-item" v-for="position in data.positions">
<b>{{ position.name }} : </b>{{ getName(position.id) }}
@@ -15,7 +15,7 @@
</ul>
</div>
<div class="col-md-8">
<h4>Select Candidates</h4><hr/>
<h4>Pilih Calon </h4><hr/>
<div class="panel panel-info" v-for="position in data.positions">
<div class="panel-heading">{{ position.name }}</div>
<div class="panel-body table-responsive">
@@ -23,7 +23,7 @@
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Nama</th>
<th>Partylist</th>
<th>Unit</th>
</tr>
@@ -42,7 +42,7 @@
</div>
<modal id="vote-modal">
<modal-header>Vote</modal-header>
<modal-header>UNDIAN</modal-header>
<modal-body>
<h3>Note: You can only vote once, so vote wisely.</h3>
</modal-body>