@@ -94,10 +94,14 @@ export default {
</script>
<style lang="scss" scoped>
.business-contain {
- height: 100vh;
+ position: fixed;
+ z-index: 9999;
+ left: 0;
+ height: 100%;
width: 100%;
+ overflow: scroll;
padding: 48px 44px;
- background-color:#F2F3F6;
+ background-color: #F2F3F6;
}
.bizId-select{
height: 600px;