未验证 提交 0fdec2cd 编写于 作者: D Devosend 提交者: GitHub

[Fix][UI] fix bug where icons are displayed in one line. (#11320)

上级 991414ed
......@@ -72,14 +72,6 @@
margin-top: 20px;
}
.operation {
> div {
> div {
margin-right: 5px !important;
}
}
}
.startup {
align-items: center;
> div:first-child {
......
......@@ -175,8 +175,7 @@ export function useTable() {
{
title: t('project.workflow.operation'),
key: 'operation',
...COLUMN_WIDTH_CONFIG['operation'](6),
className: styles.operation,
...COLUMN_WIDTH_CONFIG['operation'](7),
render: (_row: IWorkflowInstance, index: number) =>
h(TableAction, {
row: _row,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册