Browse Source

业务线选择页面改版

wangziqian 4 năm trước cách đây
mục cha
commit
dd5e0db1a8
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/views/business/bizIdSelect.vue

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