fix(data-process): 对齐数据集跳转图标

This commit is contained in:
caoxiaozhu
2026-07-25 22:00:23 +08:00
parent f21a4c954f
commit 9a5282f39c
2 changed files with 10 additions and 0 deletions

View File

@@ -877,7 +877,15 @@ onBeforeUnmount(() => {
white-space: normal;
}
:deep(.el-button > span) {
width: 100%;
display: flex;
align-items: center;
text-align: left;
}
:deep(.el-button i) {
flex: none;
margin-left: auto;
padding-left: 12px;
}