Commit 8545426f95e145bffcc4b89b979c88ff94b68fd1
1 parent
2a09b9ac
fix: report preview modal empty description text color not is black
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -39,7 +39,7 @@ |
| 39 | 39 | </Select> |
| 40 | 40 | </div> |
| 41 | 41 | <div class="w-full h-full flex justify-center items-center"> |
| 42 | - <Empty v-show="item.notFoundData" /> | |
| 42 | + <Empty v-show="item.notFoundData" description="暂无数据" class="text-dark-50" /> | |
| 43 | 43 | <div |
| 44 | 44 | v-show="!item.notFoundData" |
| 45 | 45 | :id="`chart-${item.device}`" | ... | ... |