first commit
This commit is contained in:
34
xxx/app/public/css/jstreetemplate.css
Normal file
34
xxx/app/public/css/jstreetemplate.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.jstree-anchor,
|
||||
.jstree-ocl {
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.jstree-anchor,
|
||||
.vakata-context {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.jstree-ocl {
|
||||
margin-top: -2px !important;
|
||||
}
|
||||
|
||||
.jstree-icon {
|
||||
line-height: 16px !important;
|
||||
transform: scale(1.4) !important;
|
||||
}
|
||||
|
||||
.jstree-node {
|
||||
min-height: 20px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.treedetail {
|
||||
border: 0.5px black solid;
|
||||
overflow: auto;
|
||||
box-shadow: 0 0 5px #ccc;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
vertical-align: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user