Skip to content

Commit

Permalink
feat:add employee work_region (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-liang0615 authored Nov 8, 2024
1 parent 0a193cf commit 632fde6
Show file tree
Hide file tree
Showing 10 changed files with 703 additions and 603 deletions.
16 changes: 13 additions & 3 deletions oneterm-ui/src/style/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -860,20 +860,30 @@ body {
.vue-treeselect__control {
border-radius: 2px !important;
height: 32px;
border-color: #e4e7ed;
.vue-treeselect__value-container{
height: 30px;
}
.vue-treeselect__input-container{
display: flex;
align-items: center;
height: 30px;
}
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
line-height: 32px !important;
line-height: 28px !important;
}
.vue-treeselect__input {
height: 32px !important;
line-height: 32px !important;
height: 28px !important;
line-height: 28px !important;
}
}
// vue-treeselect 多选样式
.ops-setting-treeselect.vue-treeselect--multi {
.vue-treeselect__control {
border-radius: 2px !important;
border-color: #e4e7ed;
}
}

Expand Down
Loading

0 comments on commit 632fde6

Please sign in to comment.