+
+
+
+
+
diff --git a/website/docs/en-US/color.md b/website/docs/en-US/color.md
index 48b47e8b8d..54f792f011 100644
--- a/website/docs/en-US/color.md
+++ b/website/docs/en-US/color.md
@@ -2,6 +2,7 @@
import bus from '../../bus';
import { tintColor } from '../../color.js';
import BorderBox from "../../components/demo/color/border-box.vue"
+ import ColorBox from "../../components/demo/color/color-box.vue"
const varMap = {
'primary': '$--color-primary',
'success': '$--color-success',
@@ -50,7 +51,8 @@
}
export default {
components: {
- BorderBox
+ BorderBox,
+ ColorBox,
},
mounted() {
this.setGlobal();
@@ -134,76 +136,7 @@ The main color of Element Plus is bright and friendly blue.
Besides the main color, you need to use different scene colors in different scenarios (for example, dangerous color indicates dangerous operation)
-
-
-
Success
#67C23A
-
-
-
-
-
-
-
-
Warning
#E6A23C
-
-
-
-
-
-
-
-
Danger
#F56C6C
-
-
-
-
-
-
-
-
Info
#909399
-
-
-
-
-
-
-
+
### Neutral Color
diff --git a/website/docs/es/color.md b/website/docs/es/color.md
index e7380e2d41..9e59313ebb 100644
--- a/website/docs/es/color.md
+++ b/website/docs/es/color.md
@@ -2,6 +2,7 @@
import bus from '../../bus';
import { tintColor } from '../../color.js';
import BorderBox from "../../components/demo/color/border-box.vue"
+ import ColorBox from "../../components/demo/color/color-box.vue"
const borderColors = [
{
name: 'Borde base',
@@ -53,7 +54,8 @@
}
export default {
components: {
- BorderBox
+ BorderBox,
+ ColorBox,
},
mounted() {
this.setGlobal();
@@ -137,76 +139,7 @@ El color principal de Element Plus es el azul brillante y amigable.
Además del color principal, se necesitan utilizar distintos colores para diferentes escenarios (por ejemplo, el color en tono rojo indica una operación peligrosa).
-
-
-
Success
#67C23A
-
-
-
-
-
-
-
-
Warning
#E6A23C
-
-
-
-
-
-
-
-
Danger
#F56C6C
-
-
-
-
-
-
-
-
Info
#909399
-
-
-
-
-
-
-
+
### Color neutro
diff --git a/website/docs/fr-FR/color.md b/website/docs/fr-FR/color.md
index e74569363d..94b3976f04 100644
--- a/website/docs/fr-FR/color.md
+++ b/website/docs/fr-FR/color.md
@@ -2,6 +2,7 @@
import bus from '../../bus';
import { tintColor } from '../../color.js';
import BorderBox from "../../components/demo/color/border-box.vue"
+ import ColorBox from "../../components/demo/color/color-box.vue"
const borderColors = [
{
name: 'Bordure de base',
@@ -52,7 +53,8 @@
}
export default {
components: {
- BorderBox
+ BorderBox,
+ ColorBox,
},
mounted() {
this.setGlobal();
@@ -129,60 +131,7 @@ La couleur principale d'Element Plus est un bleu clair et agréable.
En plus de la couleur principale, vous devrez sans doute utiliser d'autres couleurs pour différents cas de figures, par exemple une couleur de danger pour indiquer une opération dangereuse.
-
-
-
Succès
-
#67C23A
-
-
-
-
-
-
-
Avertissement
-
#E6A23C
-
-
-
-
-
-
-
Danger
-
#F56C6C
-
-
-
-
-
-
-
Info
-
#909399
-
-
-
-
-
-
+
### Couleurs neutres
diff --git a/website/docs/jp/color.md b/website/docs/jp/color.md
index 22671c63ed..366a96c74d 100644
--- a/website/docs/jp/color.md
+++ b/website/docs/jp/color.md
@@ -2,6 +2,7 @@
import bus from '../../bus';
import { tintColor } from '../../color.js';
import BorderBox from "../../components/demo/color/border-box.vue"
+ import ColorBox from "../../components/demo/color/color-box.vue"
const borderColors = [
{
type: 'base',
@@ -48,7 +49,8 @@
}
export default {
components: {
- BorderBox
+ BorderBox,
+ ColorBox,
},
mounted() {
this.setGlobal();
@@ -132,76 +134,7 @@ Element Plus のメインカラーは明るく親しみやすいブルーです
メインカラーの他にも、シーンカラーを別のシナリオで使用する必要があります(例えば、危険な色は危険な操作を示します)。
-
-
-
Success
#67C23A
-
-
-
-
-
-
-
-
Warning
#E6A23C
-
-
-
-
-
-
-
-
Danger
#F56C6C
-
-
-
-
-
-
-
-
Info
#909399
-
-
-
-
-
-
-
+
### ニュートラルカラー
diff --git a/website/docs/zh-CN/color.md b/website/docs/zh-CN/color.md
index 831103aebf..0d0fff00a7 100644
--- a/website/docs/zh-CN/color.md
+++ b/website/docs/zh-CN/color.md
@@ -2,6 +2,7 @@
import bus from '../../bus';
import { tintColor } from '../../color.js';
import BorderBox from "../../components/demo/color/border-box.vue"
+ import ColorBox from "../../components/demo/color/color-box.vue"
const borderColors = [
{
name: '一级边框',
@@ -52,7 +53,8 @@
}
export default {
components: {
- BorderBox
+ BorderBox,
+ ColorBox,
},
mounted() {
this.setGlobal();
@@ -129,76 +131,7 @@ Element Plus 主要品牌颜色是鲜艳、友好的蓝色。
除了主色外的场景色,需要在不同的场景中使用(例如危险色表示危险的操作)。
-
-
-