Эх сурвалжийг харах

业务线选择页面改版

wangziqian 4 жил өмнө
parent
commit
dd5e0db1a8

+ 6 - 2
src/views/business/bizIdSelect.vue

@@ -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;