Skip to content

Commit

Permalink
Make improvements on TreeControls UI
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed May 31, 2024
1 parent cc1b71a commit 72fe2ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/TreeControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ export default {

<style lang="scss" scoped>
.selections-container {
padding-top: 5px;
}
.checkbox-container {
display: flex;
cursor: pointer;
Expand Down Expand Up @@ -163,6 +167,7 @@ export default {
background: #ffffff;
margin-top: 6px;
scrollbar-width: thin;
overflow: hidden;
:deep(.el-tree) {
max-height: 240px;
Expand Down

0 comments on commit 72fe2ee

Please sign in to comment.