chenyc
2025-08-26 7b2f328b9eed45e57afa037e1eea5c06fe636fc2
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>