背景色

This commit is contained in:
shijingjing
2022-04-02 15:07:10 +08:00
parent 4d1368ea62
commit 546e3dd993
7 changed files with 185 additions and 5 deletions

View File

@@ -99,5 +99,8 @@ export default {
</script>
<style lang="scss" scoped>
.List {}
.List {
height: 100%;
background: #f3f4f5;
}
</style>