add ListSectionWithHead & 拆分组件

This commit is contained in:
lb
2023-03-09 10:43:53 +08:00
parent 3709d3a29f
commit faa1daa343
5 changed files with 350 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="base-search-form">
<div class="brand-color-line"><span style="">{{ headTitle }}</span></div>
<div class="brand-color-line"><span style="font-size: 20px;">{{ headTitle }}</span></div>
<div class="actual-form">
<el-form :inline="true" :model="dataForm" :rules="headConfig.rules">
@@ -165,8 +165,8 @@ export default {
position: relative;
/* background: red; */
/* margin-top: 10px; */
height: 20px;
margin-bottom: 12px;
height: 24px;
margin: 16px 0;
}
.brand-color-line span {
@@ -192,6 +192,6 @@ export default {
}
.actual-form >>> .el-form-item {
margin-bottom: 8px;
margin-bottom: 12px;
}
</style>