工作栏

This commit is contained in:
白菜
2025-07-29 23:05:58 +08:00
parent 2b4022d1d0
commit ce9b4a4ca4
13 changed files with 2173 additions and 634 deletions

View File

@ -88,3 +88,15 @@
}
}
}
// 暂无数据通用样式
.no-data{
color:#999;
text-align: center;
line-height: 100px;
height: 100px;
background-color: #fff;
font-size: 18px;
}