flx:修改人员风险样式问题

This commit is contained in:
X_Rian 2024-06-24 16:19:39 +08:00
parent 354b197ae5
commit db07f825c3

View File

@ -1,6 +1,6 @@
<template>
<div class="radarMapOption">
<div class="header">
<div class="header" :class="{ 'justify-center': !props.randerInfo.titleInfo.titleRight }">
<div style="display: flex">
<span>{{ props.randerInfo.titleInfo.titleLeft }}:</span>
<div class="numberCard" v-for="(item, i) in props.randerInfo.titleInfo.percentage.toString()" :key="i">
@ -173,6 +173,9 @@ onMounted(async () => {
</script>
<style lang="scss" scoped>
.justify-center {
justify-content: center !important;
}
.radarMapOption {
width: 100%;
height: 100%;