chenyc
2025-11-14 5d6c0e614bab737842e402077bee47a9d4e18733
src/App.vue
@@ -6,17 +6,14 @@
<script setup lang="ts">
</script>
<style scoped lang="scss">
.app-view {
    display: grid;
    background-color:#F6FAFF;
    background-color: #f6faff;
}
.fanhui{
    padding-top: 20px;
    width: 100%;
    background: red;
}
</style>