feat 安全检测

This commit is contained in:
duanliang
2024-12-18 17:00:46 +08:00
parent 4a12039789
commit 8114a56034
21 changed files with 1338 additions and 1270 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="box-4-content">
<div class="box-4-content" >
<div class="top-box">
<div class="title">融合通信</div>
<div class="icon-box flex">
@@ -51,11 +51,23 @@
</div>
</template>
<script setup></script>
<script setup>
import { fitChartSize } from '@/utils/dataUtil'
const props = defineProps({
width: {
type: Number,
default: () => 0
},
id: {
type: String,
default: () => ''
}
})
</script>
<style lang="scss" scoped>
.box-4-content {
width: vw(260);
width: vw(315);
height: vh(1060);
background-image: url('/src/assets/images/rt-bg.png');
background-repeat: no-repeat;