Commit ddae00cfe48b7bc8f5e7a7aed874e88a17747756
Merge branch 'test' of http://192.168.1.195:9998/web_developers/workreport into test
Showing
3 changed files
with
6 additions
and
0 deletions
resource/img/nodata-icon.png
0 → 100644
45.5 KB
resource/public/commoncss.css
| ... | ... | @@ -71,6 +71,11 @@ header{ |
| 71 | 71 | width: 1200px; |
| 72 | 72 | margin: 30px auto; |
| 73 | 73 | } |
| 74 | +.nodata-icon{ | |
| 75 | + width: 100%; | |
| 76 | + height: 400px; | |
| 77 | + background: url("../../resource/img/nodata-icon.png") no-repeat center center; | |
| 78 | +} | |
| 74 | 79 | /* |
| 75 | 80 | ================================ |
| 76 | 81 | overflow 公共 | ... | ... |