diff --git a/README.en-US.md b/README.en-US.md index 78e87f9..c1c4d32 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -20,7 +20,7 @@ - [x] **Process visualization:** iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand. - [x] **Logic re-usage:** iMove node supports multiplexing, and its single node supports parameter configuration. -- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can alse support plug-in integration. +- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can also support plug-in integration. - [ ] **Multi-language compilation**: There is no language compiling code limitation (example: support JavaScript, Java compiling code). ## Quickstart @@ -33,8 +33,9 @@ Download this project, install dependencies and start the project. $ git clone https://github.com/imgcook/imove.git $ npm run example ``` - + Open http://localhost:8000/ and you can see the online effect. + ### Step2. Draw flowchart diff --git a/README.md b/README.md index db8646a..e09450d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ $ npm install $ npm run example ``` + 此时浏览器会自动打开 `http://localhost:8000/` ,可以看到运行效果。 + ### 步骤 2. 绘制流程图 diff --git a/packages/core/src/mods/sideBar/index.module.less b/packages/core/src/mods/sideBar/index.module.less index a1840f5..afb1553 100644 --- a/packages/core/src/mods/sideBar/index.module.less +++ b/packages/core/src/mods/sideBar/index.module.less @@ -1,5 +1,4 @@ .container { - width: 100%; :global { @@ -16,4 +15,5 @@ .chart { width: 100%; + min-width: 201px; }