@@ -251,7 +251,7 @@ export default {
</script>
<style lang="scss" scoped>
.mainItem {
- height: 85%;
+ height: 95%;
overflow: scroll;
}
.rowItem {
@@ -259,11 +259,12 @@ export default {
.block {
width: 90vw;
- height: 95%;
+ height: 98%;
background-color: #fff;
margin: auto;
position: absolute;
- top: 2%;
+ top: 1%;
+ bottom: 1%;
left: 5%;
right: 5%;
padding: 20px;