58 lines
1.1 KiB
SCSS
58 lines
1.1 KiB
SCSS
|
|
.nz-detail-view{
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 60px);
|
||
|
|
display: flex;
|
||
|
|
.nz-detail-view-left{
|
||
|
|
width: 260px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
margin: 0 10px 10px 20px;
|
||
|
|
height: calc(100% - 12px);
|
||
|
|
border: 1px solid #E7EAED;
|
||
|
|
/deep/ .data-detail {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
.nz-detail-view-pagination {
|
||
|
|
height: 30px;
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
/deep/ .el-pagination .btn-next, /deep/ .el-pagination .btn-prev {
|
||
|
|
border: none;
|
||
|
|
background: none;
|
||
|
|
padding: 0;
|
||
|
|
vertical-align: middle;
|
||
|
|
height: 100%;
|
||
|
|
margin-top: 0;
|
||
|
|
.el-icon{
|
||
|
|
background: #fff;
|
||
|
|
height: 100%;
|
||
|
|
font-size: 22px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
/deep/ .jump-input {
|
||
|
|
width: 40px;
|
||
|
|
vertical-align: middle;
|
||
|
|
.el-input__inner {
|
||
|
|
padding: 0 5px;
|
||
|
|
height: 24px;
|
||
|
|
line-height: 24px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/deep/ .jump-pages {
|
||
|
|
padding-left: 9px;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #666666;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.list-page div.main-container{
|
||
|
|
height: calc(100% - 20px);
|
||
|
|
|
||
|
|
width: calc(100% - 20px);
|
||
|
|
}
|