flx:修改人员风险样式问题
This commit is contained in:
parent
354b197ae5
commit
db07f825c3
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user