Browse Source

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
pull/2/head
break60 5 years ago committed by qiaozhanwei
parent
commit
906ac1938a
  1. 2
      dolphinscheduler-ui/src/js/conf/login/App.vue

2
dolphinscheduler-ui/src/js/conf/login/App.vue

@ -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…
Cancel
Save