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 4feba75 commit c1b2023Copy full SHA for c1b2023
src/assets/less/tree.less
@@ -1,7 +1,8 @@
1
-@content-padding: 15px; /* 树的内容区域左留空*/
+@content-padding: 1em; /* 树内容区域缩进2个英文字符, 此处1em为1个中文字符=2个英文字符 */
2
3
.vjs__tree {
4
font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono";
5
+ font-size: 14px;
6
line-height: 1.3;
7
.vjs__tree__content {
8
padding-left: @content-padding;
0 commit comments