|
1234567891011121314151617 |
- <lj-data-v-board-title
- style="height: 400px"
- nz-col
- nzSpan="24"
- nzXs="24"
- nzSm="24"
- nzMd="12"
- nzLg="12"
- nzXl="12"
- nzXXl="12"
- title="{{ title }}"
- >
- <div style="display: flex; justify-content: center; align-items: center">
- <app-data-v-lj-text-dashboard locationTitle1="1#重磅" locationTitle2="3#重磅" chartId="leftChart" text="重衡系统健康度" />
- <app-data-v-lj-text-dashboard locationTitle1="2#重磅" locationTitle2="4#重磅" chartId="rightChart" text="重衡系统投运率" />
- </div>
- </lj-data-v-board-title>
|