bug修改

This commit is contained in:
simple321vip
2022-04-30 01:34:51 +08:00
parent 868ebfee3a
commit 91ee8a9577
7 changed files with 174 additions and 110 deletions
-4
View File
@@ -3,7 +3,6 @@
width: '600px',
height: '300px'
}"></div>
<div class="dashboard">这里我想分享的一些东西无论是生活还是工作还是学科</div>
</template>
<script setup lang="ts">
@@ -61,7 +60,4 @@ onMounted(() => {
</script>
<style>
.dashboard {
background-color: beige;
}
</style>