diff --git a/src/view/index.vue b/src/view/index.vue index 3f8a150..b28dcf5 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -79,7 +79,8 @@ methods:{ background-image: url(../assets/images/border.png); background-size: 100% 100%; margin-bottom: 5px; - padding: 10px; + padding: 13px; + box-sizing: border-box; } /* 标题的样式 */ .left-content>div>.title,.right-content>div>.title{ @@ -87,7 +88,7 @@ methods:{ background-image: url(../assets/images/border-title.png); height: 30px; background-size: 100% 100%; - box-sizing: border-box; + } .left-content .business-hall{ height: 38.2%;