1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-26 15:48:40 +08:00
parent f72cab082a
commit 754fe5f797
1 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,10 @@
<div class="chartBox"> <div class="chartBox">
<div ref="chartContainer_bottom" style="width: 100%; height: 100%;" v-loading="loading_bottom"></div> <div ref="chartContainer_bottom" style="width: 100%; height: 100%;" v-loading="loading_bottom"></div>
</div> </div>
<div class="chartBox">
<div ref="chartContainer_bottom_right" style="width: 100%; height: 100%;" v-loading="loading_bottom">
</div>
</div>
</div> </div>
</div> </div>
</template> </template>
@ -344,9 +348,6 @@ export default {
width: 50%; width: 50%;
height: 50%; height: 50%;
&:last-child {
width: 100%;
}
} }
} }
} }