fix(data-process): 对齐数据集跳转图标
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user