doum
12 小时以前 cb6aca0642ac8dd5de877ade168066d85acb589c
admin/src/views/business/visitorSources.vue
@@ -1,5 +1,5 @@
<template>
  <div class="box">
  <div class="box" style="height:100%;overflow-y: auto" >
    <el-form :model="form" ref="form" label-width="140px">
      <div>
        <span style="font-size: 15px; font-weight: bold">人员授权配置:</span>
@@ -241,8 +241,18 @@
  }
}
</script>
<style lang="scss" scoped>
.el-container /deep/  .el-main{
  width: 100%;
  overflow-y: auto  !important ;
  height: calc(100% - 94px);
}
/deep/ .el-main{
  width: 100%;
  //height: 100%;
  overflow-y: auto  !important ;
  height: calc(100% - 94px);
}
.box {
  width: 100%;
  padding: 30px;