style: Adjust the vertical alignment of the drop-down menu (#11812)

This commit is contained in:
sfwwslm
2026-02-06 15:13:02 +08:00
committed by GitHub
parent 958c55eab8
commit 498052f4c9
@@ -741,4 +741,7 @@ onMounted(() => {
width: 100%;
height: 400px;
}
.el-dropdown {
vertical-align: baseline;
}
</style>