feat: the power log page is ready

This commit is contained in:
RockYang
2024-03-20 14:14:30 +08:00
parent 8487d2c9eb
commit 8dda639b23
19 changed files with 443 additions and 212 deletions

View File

@@ -1,5 +1,6 @@
.page-mj {
background-color: #282c34;
height: 100vh;
}
.page-mj .inner {
display: flex;
@@ -396,6 +397,10 @@
width: auto;
height: auto;
}
.page-mj .inner .task-list-box .no-more-data {
text-align: center;
padding: 20px;
}
.mj-list-item-prompt .el-icon {
margin-left: 10px;
cursor: pointer;