This commit is contained in:
许允枞 2024-09-14 09:26:23 +08:00
parent e506a57062
commit 7b32e910c4

View File

@ -343,9 +343,14 @@ export default {
</script>
<style lang="scss" scoped>
.app-container{
width: 100%;
html, body {
height: 100%;
margin: 0;
}
.app-container{
display: flex;
width: 100%;
height: 93vh;
background: #f6f8f9;
}
</style>