修改用户选择样式

main
jinna 2 years ago
parent 0d3efddfcb
commit f39e75f7da
  1. 7
      src/views/system/user.vue

@ -1316,8 +1316,13 @@ export default {
<style lang="scss">
.popperClass {
.el-select-dropdown__item{
height: 80px !important;
height: 120px !important;
background: #fff;
overflow-y: auto;
.is-vertical{
width: 10px;
z-index: 200;
}
}
}
</style>

Loading…
Cancel
Save