自动填充组件api搜索

代码生成路径大小写修正
折叠组件样式修改
信息体组件可带出部门
详情页子表样式调整:按钮下移
栅格字段栅格数配置不生效
自动编号页面样式修正、增加编号配置可排序用于修改编号配置生成规则、修正自动编号编辑缺陷
列表页样式修正
详情页按钮间距修正
This commit is contained in:
yaoyn
2024-05-17 17:05:14 +08:00
parent 21eb71d35d
commit 5fa642dc64
19 changed files with 162 additions and 76 deletions

View File

@ -93,7 +93,7 @@
height: 32px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid @border-color-light;
//border-bottom: 1px solid @border-color-light;
}
&__footer {

View File

@ -1,6 +1,6 @@
<template>
<div :class="[`${prefixCls}__header pr-2 py-5`, $attrs.class]">
<BasicTitle :helpMessage="helpMessage" normal>
<BasicTitle :helpMessage="helpMessage" normal @click="$emit('expand')" >
<template v-if="title">
<div :class="{ 'header-title': hasLeftBorder }">
{{ title }}
@ -44,6 +44,6 @@
font-size: 14px;
line-height: 18px;
padding-left: 6px;
border-left: 6px solid #5e95ff;
//border-left: 6px solid #5e95ff;
}
</style>