Updates
This commit is contained in:
@@ -87,9 +87,9 @@
|
||||
<br>
|
||||
<input type="text" maxlength="7" autocomplete="off" placeholder="TIPLOC" bind:value={val.tiploc}>
|
||||
<br>
|
||||
<input type="text" maxlength="9" autocomplete="off" placeholder="STANOX" bind:value={val.stanox}>
|
||||
<input type="text" maxlength="10" autocomplete="off" placeholder="STANOX" bind:value={val.stanox}>
|
||||
<br>
|
||||
<input type="number" maxlength="6" min="100000" autocomplete="off" placeholder="NLC" bind:value={val.nlc}>
|
||||
<input type="number" maxlength="6" min="0" autocomplete="off" placeholder="NLC" bind:value={val.nlc}>
|
||||
<br>
|
||||
<input type="text" readonly autocomplete="off" placeholder="UIC" bind:value={val.uic}>
|
||||
<br>
|
||||
@@ -110,6 +110,7 @@
|
||||
min-width: 130px;
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
button {
|
||||
border-radius: 50px;
|
||||
|
||||
Reference in New Issue
Block a user