Skip to content

Commit 498052f

Browse files
authored
style: Adjust the vertical alignment of the drop-down menu (#11812)
1 parent 958c55e commit 498052f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • frontend/src/views/host/monitor/monitor

frontend/src/views/host/monitor/monitor/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,4 +741,7 @@ onMounted(() => {
741741
width: 100%;
742742
height: 400px;
743743
}
744+
.el-dropdown {
745+
vertical-align: baseline;
746+
}
744747
</style>

0 commit comments

Comments
 (0)