mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Remove space before and after login user name (#1267)
* Checkbox change background color and env to Chinese * Remove space before and after login user name
This commit is contained in:
parent
458583030a
commit
906ac1938a
@ -26,7 +26,7 @@
|
||||
<x-input
|
||||
size="large"
|
||||
type="text"
|
||||
v-model="userName"
|
||||
v-model.trim="userName"
|
||||
:placeholder="$t('Please enter user name')"
|
||||
maxlength="60"
|
||||
@on-enterkey="_ok">
|
||||
|
Loading…
Reference in New Issue
Block a user