mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(bcrypt): fix input label align (#721)
Co-authored-by: robin.li <robin.li@webeye.com>
This commit is contained in:
parent
e07e2ae5bc
commit
093ff311fd
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash
|
||||||
raw-text
|
raw-text
|
||||||
label="Your string: "
|
label="Your string: "
|
||||||
label-position="left"
|
label-position="left"
|
||||||
|
label-align="right"
|
||||||
label-width="120px"
|
label-width="120px"
|
||||||
mb-2
|
mb-2
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue