n20-common-lib 2.22.27 → 2.22.28

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": "n20-common-lib",
3
- "version": "2.22.27",
3
+ "version": "2.22.28",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -7,7 +7,7 @@
7
7
  title="自定义项"
8
8
  :default-expand="otherExpand"
9
9
  >
10
- <el-form ref="approveBtnGroup" label-position="right" label-width="12em">
10
+ <el-form ref="approveBtnGroup" label-position="top">
11
11
  <div
12
12
  class="p-b-lg p-t-lg p-r-lg"
13
13
  style="max-height: 150px; overflow-y: auto; border: 1px dashed var(--border-color-base); border-radius: 5px"
@@ -26,7 +26,6 @@
26
26
  v-model="item.cfgVal"
27
27
  :type="'textarea'"
28
28
  placeholder="请输入"
29
- class="input-w"
30
29
  clearable
31
30
  />
32
31
  <el-select
@@ -71,11 +70,7 @@
71
70
  class="m-r-ss m-b-s flex-1"
72
71
  label="备注"
73
72
  >
74
- <el-input
75
- v-model="item.cfgRemark"
76
- class="input-w"
77
- placeholder="请输入备注"
78
- />
73
+ <el-input v-model="item.cfgRemark" class="input-w" placeholder="请输入备注" />
79
74
  </el-form-item>
80
75
  </div>
81
76
  </div>