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.
|
|
|
.userBox {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 20px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
thead {}
|
|
|
|
|
|
|
|
tbody {
|
|
|
|
tr {
|
|
|
|
td:nth-child(1) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.operation {
|
|
|
|
a {
|
|
|
|
color: #2399FF;
|
|
|
|
margin-right: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:last-child {
|
|
|
|
color: rgba(0, 13, 33, 0.48);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.topbox {
|
|
|
|
width: 100%;
|
|
|
|
height: 36px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
|
|
|
.lefttop {
|
|
|
|
span:nth-child(1) {
|
|
|
|
color: #000D21;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span:nth-child(2) {
|
|
|
|
color: rgba(36, 36, 36, 0.24);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.righttop {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nz-input-group {
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablebox {
|
|
|
|
flex: 1;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
//滚动条样式
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
margin: 15px 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ortype {
|
|
|
|
width: 36px;
|
|
|
|
height: 20px;
|
|
|
|
background: #2399FF;
|
|
|
|
opacity: 1;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 8px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
}
|