5 changed files with 20275 additions and 1246 deletions
@ -1,109 +1,121 @@ |
|||||||
mat-tree{ |
mat-tree { |
||||||
width:800px; |
width: 800px; |
||||||
button{ |
button { |
||||||
display: block; |
display: block; |
||||||
float: right; |
float: right; |
||||||
} |
} |
||||||
mat-tree-node{ |
mat-tree-node { |
||||||
position: relative; |
position: relative; |
||||||
|
|
||||||
.deleted{ |
.deleted { |
||||||
position: absolute; |
position: absolute; |
||||||
right: 0px; |
right: 0px; |
||||||
} |
} |
||||||
|
|
||||||
.disabled{ |
.disabled { |
||||||
position: absolute; |
position: absolute; |
||||||
right: 40px; |
right: 40px; |
||||||
} |
} |
||||||
|
|
||||||
.edit{ |
.edit { |
||||||
position: absolute; |
position: absolute; |
||||||
right:160px; |
right: 160px; |
||||||
} |
|
||||||
.create{ |
|
||||||
position: absolute; |
|
||||||
right: 200px; |
|
||||||
} |
|
||||||
.up{ |
|
||||||
position: absolute; |
|
||||||
right: 120px; |
|
||||||
} |
|
||||||
.down{ |
|
||||||
position: absolute; |
|
||||||
right: 80px; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
.create { |
||||||
form{ |
position: absolute; |
||||||
text-align: center; |
right: 200px; |
||||||
button{ |
|
||||||
margin: 0 8px; |
|
||||||
margin-top: 8px; |
|
||||||
} |
} |
||||||
|
.up { |
||||||
|
position: absolute; |
||||||
|
right: 120px; |
||||||
|
} |
||||||
|
.down { |
||||||
|
position: absolute; |
||||||
|
right: 80px; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
form { |
||||||
|
text-align: center; |
||||||
|
button { |
||||||
|
margin: 0 8px; |
||||||
|
margin-top: 8px; |
||||||
|
} |
||||||
} |
} |
||||||
|
|
||||||
.leftbox{ |
.leftbox { |
||||||
width: 300px; |
width: 300px; |
||||||
float: left; |
float: left; |
||||||
} |
} |
||||||
.treebox{ |
.treebox { |
||||||
float: right; |
float: right; |
||||||
height: 250px; |
height: 250px; |
||||||
width: 300px; |
width: 300px; |
||||||
/* overflow: auto; */ |
/* overflow: auto; */ |
||||||
overflow-x: hidden; |
overflow-x: hidden; |
||||||
overflow-y: auto; |
overflow-y: auto; |
||||||
} |
} |
||||||
.smalltreebox{ |
.smalltreebox { |
||||||
|
width: 300px; |
||||||
|
mat-tree-node { |
||||||
width: 300px; |
width: 300px; |
||||||
mat-tree-node{ |
} |
||||||
width: 300px; |
|
||||||
} |
|
||||||
} |
} |
||||||
.orilist{ |
.orilist { |
||||||
list-style: none; |
list-style: none; |
||||||
|
|
||||||
} |
} |
||||||
.orilist:hover{ |
.orilist:hover { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
background-color: rgba(225, 225, 225, 0.8); |
background-color: rgba(225, 225, 225, 0.8); |
||||||
} |
} |
||||||
|
|
||||||
.box{ |
.box { |
||||||
div{ |
div { |
||||||
float: left; |
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; |
display: flex; |
||||||
flex-direction: column; |
justify-content: space-between; |
||||||
border: 1px solid gray; |
|
||||||
border-radius: 6px; |
|
||||||
box-sizing: border-box; |
box-sizing: border-box; |
||||||
padding: 20px; |
padding: 3px 6px; |
||||||
|
align-items: center; |
||||||
.topbox{ |
.btnbox { |
||||||
display: flex; |
display: flex; |
||||||
height: 40px; |
align-items: center; |
||||||
line-height: 40px; |
button { |
||||||
} |
margin: 0 2px; |
||||||
.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; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
|
.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