@@ -549,13 +549,13 @@
<style scoped lang="scss">
.box-container {
- height: 100%;
+ // height: 100%;
width: 100%;
padding: 10px;
box-sizing: border-box;
display: flex;
flex-direction: column;
- // height: calc(100vh - 116px);
+ height: calc(100vh - 116px);
// width: calc(100%);
.box-container-top {