Commit 8545426f95e145bffcc4b89b979c88ff94b68fd1

Authored by ww
1 parent 2a09b9ac

fix: report preview modal empty description text color not is black

... ... @@ -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}`"
... ...