5 changed files with 20275 additions and 1246 deletions
@ -1,109 +1,121 @@
|
||||
mat-tree{ |
||||
width:800px; |
||||
button{ |
||||
display: block; |
||||
float: right; |
||||
} |
||||
mat-tree-node{ |
||||
position: relative; |
||||
mat-tree { |
||||
width: 800px; |
||||
button { |
||||
display: block; |
||||
float: right; |
||||
} |
||||
mat-tree-node { |
||||
position: relative; |
||||
|
||||
.deleted{ |
||||
position: absolute; |
||||
right: 0px; |
||||
} |
||||
.deleted { |
||||
position: absolute; |
||||
right: 0px; |
||||
} |
||||
|
||||
.disabled{ |
||||
position: absolute; |
||||
right: 40px; |
||||
} |
||||
.disabled { |
||||
position: absolute; |
||||
right: 40px; |
||||
} |
||||
|
||||
.edit{ |
||||
position: absolute; |
||||
right:160px; |
||||
} |
||||
.create{ |
||||
position: absolute; |
||||
right: 200px; |
||||
} |
||||
.up{ |
||||
position: absolute; |
||||
right: 120px; |
||||
} |
||||
.down{ |
||||
position: absolute; |
||||
right: 80px; |
||||
} |
||||
.edit { |
||||
position: absolute; |
||||
right: 160px; |
||||
} |
||||
} |
||||
form{ |
||||
text-align: center; |
||||
button{ |
||||
margin: 0 8px; |
||||
margin-top: 8px; |
||||
.create { |
||||
position: absolute; |
||||
right: 200px; |
||||
} |
||||
.up { |
||||
position: absolute; |
||||
right: 120px; |
||||
} |
||||
.down { |
||||
position: absolute; |
||||
right: 80px; |
||||
} |
||||
} |
||||
} |
||||
form { |
||||
text-align: center; |
||||
button { |
||||
margin: 0 8px; |
||||
margin-top: 8px; |
||||
} |
||||
} |
||||
|
||||
.leftbox{ |
||||
width: 300px; |
||||
float: left; |
||||
.leftbox { |
||||
width: 300px; |
||||
float: left; |
||||
} |
||||
.treebox{ |
||||
float: right; |
||||
height: 250px; |
||||
width: 300px; |
||||
/* overflow: auto; */ |
||||
overflow-x: hidden; |
||||
overflow-y: auto; |
||||
.treebox { |
||||
float: right; |
||||
height: 250px; |
||||
width: 300px; |
||||
/* overflow: auto; */ |
||||
overflow-x: hidden; |
||||
overflow-y: auto; |
||||
} |
||||
.smalltreebox{ |
||||
.smalltreebox { |
||||
width: 300px; |
||||
mat-tree-node { |
||||
width: 300px; |
||||
mat-tree-node{ |
||||
width: 300px; |
||||
} |
||||
} |
||||
} |
||||
.orilist{ |
||||
list-style: none; |
||||
|
||||
.orilist { |
||||
list-style: none; |
||||
} |
||||
.orilist:hover{ |
||||
cursor: pointer; |
||||
background-color: rgba(225, 225, 225, 0.8); |
||||
.orilist:hover { |
||||
cursor: pointer; |
||||
background-color: rgba(225, 225, 225, 0.8); |
||||
} |
||||
|
||||
.box{ |
||||
div{ |
||||
float: left; |
||||
.box { |
||||
div { |
||||
float: left; |
||||
} |
||||
.rightDiv { |
||||
display: flex; |
||||
flex-direction: column; |
||||
border: 1px solid gray; |
||||
border-radius: 6px; |
||||
box-sizing: border-box; |
||||
padding: 20px; |
||||
|
||||
.topbox { |
||||
display: flex; |
||||
height: 40px; |
||||
line-height: 40px; |
||||
} |
||||
.rightDiv{ |
||||
.listBox { |
||||
width: 100%; |
||||
text-align: center; |
||||
li { |
||||
display: flex; |
||||
flex-direction: column; |
||||
border: 1px solid gray; |
||||
border-radius: 6px; |
||||
justify-content: space-between; |
||||
box-sizing: border-box; |
||||
padding: 20px; |
||||
|
||||
.topbox{ |
||||
display: flex; |
||||
height: 40px; |
||||
line-height: 40px; |
||||
} |
||||
.listBox{ |
||||
width: 100%; |
||||
text-align: center; |
||||
li{ |
||||
display: flex; |
||||
justify-content: space-between; |
||||
box-sizing: border-box; |
||||
padding: 3px 6px; |
||||
align-items: center; |
||||
.btnbox{ |
||||
display: flex; |
||||
align-items: center; |
||||
button{ |
||||
margin: 0 2px; |
||||
} |
||||
} |
||||
} |
||||
padding: 3px 6px; |
||||
align-items: center; |
||||
.btnbox { |
||||
display: flex; |
||||
align-items: center; |
||||
button { |
||||
margin: 0 2px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.spinner { |
||||
position: absolute; |
||||
width: 100%; |
||||
height: 100%; |
||||
background-color: rgba(125, 125, 125, 0.3); |
||||
z-index: 999; |
||||
left: 0; |
||||
top: 0; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: center; |
||||
} |
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue