Commit 0e61865ec68a651024218568d3d61573cc78e7a5

Authored by ww
1 parent 96568ed8

fix: DEFECT-820 some page in dark mode not swtich dark mode

1 1 <template>
2 2 <div class="wrapper">
3 3 <div ref="wrapRef" :style="{ height, width }"> </div>
4   - <div class="right-wrap">
5   - <BasicTable style="cursor: pointer" @register="registerTable" @rowClick="deviceRowClick">
  4 + <div class="right-wrap !dark:bg-dark-900">
  5 + <BasicTable
  6 + style="cursor: pointer"
  7 + @register="registerTable"
  8 + @rowClick="deviceRowClick"
  9 + class="dark:bg-dark-900"
  10 + >
6 11 <template #deviceState="{ record }">
7 12 <Tag
8 13 :color="
... ...