mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 23:13:19 -04:00
Fix styleline, fix css format issues globally
This commit is contained in:
parent
649f3106e1
commit
3436e26ed4
16 changed files with 23 additions and 21 deletions
|
@ -25,7 +25,7 @@
|
|||
<label for="proxy-host" class="form-label">{{ $t("Proxy Server") }}</label>
|
||||
<div class="d-flex">
|
||||
<input id="proxy-host" v-model="proxy.host" type="text" class="form-control" required :placeholder="$t('Server Address')">
|
||||
<input v-model="proxy.port" type="number" class="form-control ms-2" style="width: 100px" required min="1" max="65535" :placeholder="$t('Port')">
|
||||
<input v-model="proxy.port" type="number" class="form-control ms-2" style="width: 100px;" required min="1" max="65535" :placeholder="$t('Port')">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue