Skip to content

Commit

Permalink
bug: 模板列表-模板的删除按钮会被遮挡 #11056
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22867
  • Loading branch information
vhwweng committed Nov 5, 2024
1 parent 881f2c7 commit 7ceafa0
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/frontend/devops-pipeline/src/components/template/extMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@
.template-ext-menu {
height: 40px;
display: flex;
.dot-menu-trigger {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 22px;
cursor: pointer;
border-radius: 50%;
&:hover {
background: rgba(0, 0, 0, 0) !important;
color: $primaryColor;
}
}
}
.ext-dot {
Expand Down Expand Up @@ -135,18 +148,7 @@
.tippy-tooltip.dot-menu-theme {
padding: 0 !important;
}
.dot-menu-trigger {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 22px;
cursor: pointer;
border-radius: 50%;
&:hover {
color: $primaryColor;
}
}
.show-more {
position: relative;
padding-right: 20px;
Expand Down

0 comments on commit 7ceafa0

Please sign in to comment.