Skip to content

Commit 4d6f849

Browse files
committed
refine doc
1 parent 51e2c0d commit 4d6f849

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

examples/src/docs/en/theme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import blue theme style
1111
import "vue-easytable/libs/theme-default/index.css";
1212
```
1313

14-
example:
15-
1614
#### Use Dark Theme
1715

1816
import dark theme style
@@ -21,8 +19,6 @@ import dark theme style
2119
import "vue-easytable/libs/theme-dark/index.css";
2220
```
2321

24-
example:
25-
2622
:::anchor Theme Custom
2723

2824
The style of vue-easytable uses less as the development language,A series of global / component style variables are defined,You can adjust to your needs.

examples/src/docs/zh/theme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@
1111
import "vue-easytable/libs/theme-default/index.css";
1212
```
1313

14-
示例:
15-
1614
#### 使用暗黑主题
1715

1816
```
1917
import "vue-easytable/libs/theme-dark/index.css";
2018
```
2119

22-
示例:
23-
2420
:::anchor 主题定制
2521

2622
vue-easytable 的样式使用了 Less 作为开发语言,并定义了一系列全局/组件的样式变量,你可以根据需求进行相应调整。

0 commit comments

Comments
 (0)