shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit db07f825c3 - Show all commits

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%;