feat:新增舆情页面

This commit is contained in:
zjc
2024-12-18 18:16:36 +08:00
parent 18ba2e86eb
commit 42a680c9c3
4 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div class="container"> </div>
</template>
<script setup></script>
<style scoped lang="scss">
.container {
margin: vh(120) vw(10) 0 vw(10);
}
</style>