This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/common/detailView/detailView.scss

75 lines
1.4 KiB
SCSS
Raw Normal View History

.nz-detail-view{
width: 100%;
height: calc(100% - 60px);
display: flex;
.no-data{
flex: 1;
display: flex;
align-items: center;
width: 100%;
justify-content: center;
color: #909399;
font-size: 14px;
flex-direction: column;
}
.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;
2021-10-12 12:25:20 +08:00
height: calc(100% - 100px);
}
.nz-detail-view-pagination {
height: 30px;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}
}
.nz-detail-view-right{
flex: 1;
overflow: hidden;
padding-right: 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);
}