meixioacomponent 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.07",
3
+ "version": "0.2.08",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -323,8 +323,11 @@ export default {
323
323
  align-items: flex-start;
324
324
  margin-bottom: var(--margin-4) !important;
325
325
 
326
+ .item-label {
327
+ font-size: var(--font-size-s) !important;
328
+ }
326
329
  /deep/ .el-form-item__label {
327
- line-height: 28px !important;
330
+ line-height: 24px !important;
328
331
  }
329
332
  }
330
333
  }
@@ -2,6 +2,9 @@
2
2
  <div class="pro-form-wrap">
3
3
  <baseSectionVue :headerText="formTitle" v-model="sectionOpen">
4
4
  <base-icon :name="iconClass" :size="`l`" slot="header-prefix"></base-icon>
5
+ <template slot="section-header-right">
6
+ <slot name="header-right"></slot>
7
+ </template>
5
8
  <template slot="sectionContent">
6
9
  <pro_formVue
7
10
  :size="size"