修改了填写项目创始人token占比的文字描述

This commit is contained in:
zhangxunhui 2023-02-02 21:32:20 +08:00
parent 11d0ec97d9
commit 95ebb0aba2
3 changed files with 4287 additions and 5369 deletions

9648
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -174,8 +174,8 @@
"eslintConfig": {
"extends": "react-app"
},
"proxy": "http://localhost:3000",
"port": "3007",
"proxy": "http://8.130.51.51:3021",
"port": "3022",
"devDependencies": {
"@babel/runtime": "7.0.0-beta.51",
"babel-cli": "^6.26.0",

View File

@ -605,10 +605,10 @@ class Index extends Component {
{getFieldDecorator('blockchain_init_token', {
rules: [{
required: false, message: '请填写项目创始人获取token总数(单位:枚)'
required: false, message: '请填写项目创始人获取token的百分比(%)'
}],
})(
<Input type={'number'} min={0} max={100} step={1} placeholder="请填写项目创始人获去总token的百分比(%)" />
<Input type={'number'} min={0} max={100} step={1} placeholder="请填写项目创始人获token的百分比(%)" />
)}
</div>
</Form.Item>