未验证 提交 52df6c1f 编写于 作者: A Amy0104 提交者: GitHub

[Fix][UI Next][V1.0.0-Beta] Fix the task group queue display error. (#9890)

上级 083050a1
......@@ -20,17 +20,6 @@
justify-content: flex-end;
align-items: center;
padding: 0 0 0 0;
.right {
display: flex;
justify-content: space-between;
align-items: center;
div {
margin-left: 5px;
}
button {
margin-left: 10px;
}
}
}
.table-card {
......
......@@ -23,7 +23,8 @@ import {
NCard,
NDataTable,
NPagination,
NSelect
NSelect,
NSpace
} from 'naive-ui'
import Card from '@/components/card'
import { SearchOutlined } from '@vicons/antd'
......@@ -160,7 +161,7 @@ const taskGroupQueue = defineComponent({
<div>
<NCard>
<div class={styles.toolbar}>
<div class={styles.right}>
<NSpace>
<NSelect
size='small'
options={taskGroupOptions}
......@@ -184,7 +185,7 @@ const taskGroupQueue = defineComponent({
<SearchOutlined />
</NIcon>
</NButton>
</div>
</NSpace>
</div>
</NCard>
<Card
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册