|
|
|
|
@ -119,6 +119,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="childrenType"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -126,6 +127,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="name"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -148,6 +150,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="fontSize"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -159,6 +162,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="text"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -166,6 +170,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="fontWeight"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -173,6 +178,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="eventsType"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -180,6 +186,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="eventsAction"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -187,6 +194,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="defaultFocus"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -222,6 +230,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="focusedStyle_border_width"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
@ -233,6 +242,7 @@
|
|
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
id="focusedStyle_scale"
|
|
|
|
|
placeholder="{{= i18n.$t('user.please_input') }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|