We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5fce commit 7aa10c1Copy full SHA for 7aa10c1
src/assets/less/tree.less
@@ -1,7 +1,7 @@
1
@content-padding: 1em; /* 树内容区域缩进2个英文字符, 此处1em为1个中文字符=2个英文字符 */
2
3
.vjs__tree {
4
- font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono";
+ font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono", monospace;
5
font-size: 14px;
6
.vjs__tree__content {
7
padding-left: @content-padding;
0 commit comments