You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
465 B
36 lines
465 B
4 years ago
|
|
||
|
.magin {
|
||
|
margin: 8px 0 8px 10px;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.Box {
|
||
|
width: 100%;
|
||
|
height: 90%;
|
||
|
overflow-y: auto;
|
||
|
display: flex;
|
||
|
padding-left: 10px;
|
||
|
.right {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.mat-tree-node {
|
||
|
width: 380px;
|
||
|
position: relative;
|
||
|
.float {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
}
|
||
|
.maginTop {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
|
||
|
.example-radio-group {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.example-radio-button {
|
||
|
margin: 5px;
|
||
|
}
|