feat: update style

This commit is contained in:
Qiuxia Fan
2021-12-22 20:55:39 +08:00
parent aa196251f6
commit 337d9bfe04
4 changed files with 20 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ limitations under the License. -->
<script lang="ts" setup></script>
<style lang="scss" scoped>
.app-main {
height: calc(100% - 128px);
height: calc(100% - 40px);
background: #f7f9fa;
}
</style>