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.
172 lines
2.7 KiB
172 lines
2.7 KiB
2 years ago
|
.box {
|
||
|
height: 100%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
.header {
|
||
|
width: 100%;
|
||
|
padding: 12px 10px;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
.queryBox {
|
||
|
box-sizing: border-box;
|
||
|
padding: 5px 0 0 5px;
|
||
|
// margin-left: 50px;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
align-items: center;
|
||
|
|
||
|
// justify-content:center;
|
||
|
.queryField {
|
||
|
margin: 0 10px;
|
||
|
|
||
|
input {
|
||
|
width: 180px;
|
||
|
height: 22px;
|
||
|
line-height: 22px;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
@media screen and (max-device-width:1400px)and (min-device-width:1200px) {
|
||
|
|
||
|
//margin: 3px 10px;
|
||
|
mat-form-field {
|
||
|
width: 180px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (max-device-width:1200px) {
|
||
|
|
||
|
//margin: 3px 0 3px 10px;
|
||
|
mat-form-field {
|
||
|
width: 110px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
//queryBox
|
||
|
.butclass {
|
||
|
button {
|
||
|
width: 80px;
|
||
|
height: 36px;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.ordiv {
|
||
|
position: relative;
|
||
|
|
||
|
.organizationbox {
|
||
|
width: 450px;
|
||
|
height: 200px;
|
||
|
background: white;
|
||
|
position: absolute;
|
||
|
top: 48px;
|
||
|
left: 77px;
|
||
|
z-index: 999;
|
||
|
border: 1px solid grey;
|
||
|
overflow-y: auto;
|
||
|
|
||
|
li {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
mat-tree-node {
|
||
|
cursor: pointer;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
|
||
|
mat-tree-node:hover {
|
||
|
background: rgba(225, 225, 225, 0.8);
|
||
|
}
|
||
|
|
||
|
.closediv {
|
||
|
z-index: 100;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
cursor: pointer;
|
||
|
line-height: 30px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.closediv:hover {
|
||
|
background: rgba(225, 225, 225, 0.8);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.body {
|
||
|
.buttonbox {
|
||
|
padding-left: 50px;
|
||
|
|
||
|
button {
|
||
|
margin: 0 10px
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.tablebox {
|
||
|
.add {
|
||
|
cursor: auto;
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
width: 40px;
|
||
|
height: 20px;
|
||
|
background: #1AE2AC;
|
||
|
font-size: 12px;
|
||
|
line-height: 20px;
|
||
|
color: #FFFFFF;
|
||
|
margin-left: 50px;
|
||
|
}
|
||
|
|
||
|
.weihu {
|
||
|
cursor: auto;
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
width: 64px;
|
||
|
height: 20px;
|
||
|
background: #FFC94B;
|
||
|
font-size: 12px;
|
||
|
color: #FFFFFF;
|
||
|
line-height: 20px;
|
||
|
margin-left: 40px;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
// margin-left: 2%;
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
mat-paginator {
|
||
|
width: 100%;
|
||
|
// margin-left: 2%;
|
||
|
// margin-top: 30px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.mat-header-cell,
|
||
|
.mat-cell {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
.operate {
|
||
|
span {
|
||
|
color: blue;
|
||
|
margin: 0 3px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|