Skip to content

Commit

Permalink
docs: bule spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jun 18, 2024
1 parent bd8fb8a commit f58244f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/react/color.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ title: 颜色规范

| 颜色 |scss 变量名称 |色值 |说明 |
|---------|---------|---------|---------|
| <input style="background: #1D78FF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $bule | #1D78FF | 用于运行中状态颜色 |
| <input style="background: #1D78FF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $blue | #1D78FF | 用于运行中状态颜色 |
| <input style="background: #11D7B2;width: 80px; height: 26px;border: 1px solid #fff;" /> | $green | #11D7B2 | 用于成功状态颜色 |
| <input style="background: #F96C5B;width: 80px; height: 26px;border: 1px solid #fff;" /> | $red | #F96C5B | 用于失败状态、校验错误信息文字、必填项图标颜色 |
| <input style="background: #FBB310;width: 80px; height: 26px;border: 1px solid #fff;" /> | $yellow | #FBB310 | 用于下线状态、警告提示颜色 |
Expand All @@ -51,9 +51,9 @@ title: 颜色规范

| 颜色 |scss 变量名称 |色值 |
|---------|---------|---------|
| <input style="background: #DDEBFF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $bule1 | #DDEBFF |
| <input style="background: #5D9EFF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $bule2 | #5D9EFF |
| <input style="background: #1D78FF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $bule3 | #1D78FF |
| <input style="background: #DDEBFF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $blue1 | #DDEBFF |
| <input style="background: #5D9EFF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $blue2 | #5D9EFF |
| <input style="background: #1D78FF;width: 80px; height: 26px;border: 1px solid #fff;" /> | $blue3 | #1D78FF |

### 4.2 Green

Expand Down Expand Up @@ -116,4 +116,4 @@ title: 颜色规范
| <input style="background: #1A94E9;width: 80px; height: 26px;border: 1px solid #fff;" /> | $other7 | #1A94E9 |
| <input style="background: #17A6D9;width: 80px; height: 26px;border: 1px solid #fff;" /> | $other8 | #17A6D9 |
| <input style="background: #15BACA;width: 80px; height: 26px;border: 1px solid #fff;" /> | $other9 | #15BACA |
| <input style="background: #11D7B2;width: 80px; height: 26px;border: 1px solid #fff;" /> | $other10 | #11D7B2 |
| <input style="background: #11D7B2;width: 80px; height: 26px;border: 1px solid #fff;" /> | $other10 | #11D7B2 |
8 changes: 4 additions & 4 deletions docs/react/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ $black_titleBg: #F5F5F8; // 用于模块标题背景色
$black_navBg: #F9F9FA; // 用于二级导航底色
$white: #FFFFFF; // 一级按钮文字颜色
// ==== Functional Color 功能色 ====
$bule: #1D78FF; // 用于运行中状态颜色
$blue: #1D78FF; // 用于运行中状态颜色
$green: #11D7B2; // 用于成功状态颜色
$red: #F96C5B; // 用于失败状态、校验错误信息文字、必填项图标颜色
$yellow: #FBB310; // 用于下线状态、警告提示颜色
$purple: #AC9DFF; // 用于取消、冻结状态提示颜色
// ==== Other Color 图表/插图配色 ====
// Blue
$bule1: #DDEBFF;
$bule2: #5D9EFF;
$bule3: #1D78FF;
$blue1: #DDEBFF;
$blue2: #5D9EFF;
$blue3: #1D78FF;
// Green
$green1: #E7FBF7;
$green2: #50E2C6;
Expand Down

0 comments on commit f58244f

Please sign in to comment.