feat: 流程模型列表页面样式与文字细节调整优化

This commit is contained in:
GoldenZqqq
2024-10-14 15:17:05 +08:00
parent ea02192b64
commit a033706fb4
2 changed files with 36 additions and 21 deletions

View File

@ -1,7 +1,7 @@
<template>
<ContentWrap>
<div class="flex justify-between pl-20px items-center">
<h3 class="font-extrabold">表单管理</h3>
<h3 class="font-extrabold">流程模型</h3>
<!-- 搜索工作栏 -->
<el-form
class="-mb-15px flex"
@ -25,7 +25,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" @click="openForm('create')" v-hasPermi="['bpm:model:create']">
<Icon icon="ep:plus" class="mr-5px" /> 新建流程
<Icon icon="ep:plus" class="mr-5px" /> 新建模型
</el-button>
</el-form-item>
@ -38,11 +38,11 @@
<el-dropdown-menu>
<el-dropdown-item>
<Icon icon="ep:circle-plus" :size="13" class="mr-5px" />
新建分
新建分
</el-dropdown-item>
<el-dropdown-item>
<Icon icon="fa:sort-amount-desc" :size="13" class="mr-5px" />
排序
排序
</el-dropdown-item>
</el-dropdown-menu>
</template>