📄 treechecknode.css
字号:
/* tree checkbox, height/width needed b/c of IE spacing weirdly, breaks lines */
input.l-tcb {
height:13px;
width:13px;
margin-left:2px
}
/* fix scrolling issue with treeobj in a contentpanel
* and loss of icons when a node is expanded
*/
.ext-ie .x-tree {
position:static !important;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -