refactor(bcrypt): fix input label align (#721)

Co-authored-by: robin.li <robin.li@webeye.com>
This commit is contained in:
Oceansdeep7
2023-11-07 16:10:52 +08:00
committed by GitHub
parent e07e2ae5bc
commit 093ff311fd

View File

@@ -23,6 +23,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash
raw-text
label="Your string: "
label-position="left"
label-align="right"
label-width="120px"
mb-2
/>