2021-11-01 17:23:01 +08:00
|
|
|
.active{
|
|
|
|
|
color: $--color-primary;
|
|
|
|
|
}
|
2021-10-09 16:47:38 +08:00
|
|
|
.nz-detail-view{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: calc(100% - 60px);
|
|
|
|
|
display: flex;
|
2021-10-19 09:47:35 +08:00
|
|
|
.no-data{
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: center;
|
2021-11-01 17:23:01 +08:00
|
|
|
color: $--color-text-secondary;
|
2021-10-19 09:47:35 +08:00
|
|
|
font-size: 14px;
|
2021-10-25 16:28:56 +08:00
|
|
|
flex-direction: column;
|
2021-10-19 09:47:35 +08:00
|
|
|
}
|
2021-10-09 16:47:38 +08:00
|
|
|
.nz-detail-view-left{
|
|
|
|
|
width: 260px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 0 10px 10px 20px;
|
|
|
|
|
height: calc(100% - 12px);
|
2021-11-01 17:23:01 +08:00
|
|
|
border: 1px solid $--border-color-light;
|
|
|
|
|
.data-detail {
|
2021-10-09 16:47:38 +08:00
|
|
|
flex: 1;
|
2021-10-12 12:25:20 +08:00
|
|
|
height: calc(100% - 100px);
|
2021-10-09 16:47:38 +08:00
|
|
|
}
|
|
|
|
|
.nz-detail-view-pagination {
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-10-11 14:05:07 +08:00
|
|
|
.nz-detail-view-right{
|
|
|
|
|
flex: 1;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
2021-11-01 17:23:01 +08:00
|
|
|
.el-pagination .btn-next, .el-pagination .btn-prev {
|
2021-10-09 16:47:38 +08:00
|
|
|
border: none;
|
|
|
|
|
background: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
.el-icon{
|
2021-11-01 17:23:01 +08:00
|
|
|
background: $--background-color-empty;
|
2021-10-09 16:47:38 +08:00
|
|
|
height: 100%;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-11-01 17:23:01 +08:00
|
|
|
.jump-input {
|
2021-10-09 16:47:38 +08:00
|
|
|
width: 40px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
.el-input__inner {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-01 17:23:01 +08:00
|
|
|
.jump-pages {
|
2021-10-09 16:47:38 +08:00
|
|
|
padding-left: 9px;
|
|
|
|
|
font-size: 14px;
|
2021-11-01 17:23:01 +08:00
|
|
|
color: $--color-text-regular;
|
2021-10-09 16:47:38 +08:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2021-11-01 10:20:47 +08:00
|
|
|
/deep/ .bottom-log {
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
2021-10-09 16:47:38 +08:00
|
|
|
}
|
2021-11-01 17:23:01 +08:00
|
|
|
.detail-view {
|
|
|
|
|
.list-page div.main-container{
|
|
|
|
|
height: calc(100% - 20px);
|
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
}
|
2021-10-09 16:47:38 +08:00
|
|
|
}
|
2021-10-11 14:05:07 +08:00
|
|
|
|
2021-11-01 17:23:01 +08:00
|
|
|
|