yijiusmile
2021-02-09 f2cb49592c4b85a5a857a922a0437a50f03f1317
src/views/user/Informationinput.vue
@@ -1796,7 +1796,7 @@
        <el-button @click="dialogIsShow()">取 消</el-button>
      </div>
    </el-dialog>
    <el-dialog title="选择员工" :visible.sync="dialogShowXzyg" width="90%">
    <el-dialog title="选择员工" :visible.sync="dialogShowXzyg">
      <Selectuser @selectedUser="selectedUser" @cancleChooseUser="cancleChooseUser" />
    </el-dialog>
  </div>
@@ -4624,7 +4624,7 @@
  }
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.el-container {
  height: 770px;
@@ -4666,8 +4666,6 @@
  margin-top: 20px;
}
</style>
<style lang="scss" scoped>
.el-select {
  width: 100%;
}