review:【ANTD】【BPM 工作流】jaosn pulls #114、#116

This commit is contained in:
YunaiV
2025-06-07 20:25:27 +08:00
parent f6f2f65656
commit 8a17e03e6e
3 changed files with 7 additions and 6 deletions

View File

@@ -164,10 +164,10 @@ async function handleCategorySortSubmit() {
@press-enter="getList"
class="!w-60"
/>
<Button type="primary" @click="createModel">
<Button class="ml-2" type="primary" @click="createModel">
<IconifyIcon icon="lucide:plus" /> 新建模型
</Button>
<Dropdown placement="bottomRight" arrow>
<Dropdown class="ml-2" placement="bottomRight" arrow>
<Button>
<template #icon>
<IconifyIcon icon="lucide:settings" />
@@ -207,7 +207,7 @@ async function handleCategorySortSubmit() {
</div>
<!-- 按照分类展示其所属的模型列表 -->
<div class="px-5" ref="categoryGroupRef">
<div class="px-3" ref="categoryGroupRef">
<CategoryDraggableModel
v-for="element in categoryGroup"
:class="isCategorySorting ? 'cursor-move' : ''"