Skip to content

Commit

Permalink
feat(front): 调整多层级下拉列表的起始位置 (closed #1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
GONGONGONG authored and ZhuoZhuoCrayon committed Jun 6, 2023
1 parent 5482f2f commit a64bb17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/common/associate-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class AssociateList extends Vue {
}
.associate-item {
position: relative;
line-height: 32px;
cursor: pointer;
Expand Down Expand Up @@ -96,9 +97,9 @@ export default class AssociateList extends Vue {
display: none;
position: absolute;
left: 100%;
top: 0;
top: -5px;
margin-top: -1px;
margin-left: 10px;
/* margin-left: 10px; */
padding: 5px 0;
}
.associate-item-content {
Expand Down

0 comments on commit a64bb17

Please sign in to comment.