flx:修改人员风险样式问题
This commit is contained in:
parent
354b197ae5
commit
db07f825c3
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="radarMapOption">
|
<div class="radarMapOption">
|
||||||
<div class="header">
|
<div class="header" :class="{ 'justify-center': !props.randerInfo.titleInfo.titleRight }">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<span>{{ props.randerInfo.titleInfo.titleLeft }}:</span>
|
<span>{{ props.randerInfo.titleInfo.titleLeft }}:</span>
|
||||||
<div class="numberCard" v-for="(item, i) in props.randerInfo.titleInfo.percentage.toString()" :key="i">
|
<div class="numberCard" v-for="(item, i) in props.randerInfo.titleInfo.percentage.toString()" :key="i">
|
||||||
@ -173,6 +173,9 @@ onMounted(async () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.justify-center {
|
||||||
|
justify-content: center !important;
|
||||||
|
}
|
||||||
.radarMapOption {
|
.radarMapOption {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user