lw-cdp-ui 1.2.10 → 1.2.12

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.
@@ -176,8 +176,9 @@ export default {
176
176
  min-height: 40px;
177
177
  display: flex;
178
178
  flex-wrap: wrap;
179
-
179
+ // gap: 10px;
180
180
  > div {
181
+ margin-bottom: 10px;
181
182
  .title-name {
182
183
  margin-top: 0;
183
184
  }
@@ -192,9 +193,15 @@ export default {
192
193
  background-color: rgba($color: #000000, $alpha: 0.01);
193
194
  }
194
195
  }
196
+ // :deep(.el-form-item__content){
197
+ // margin-left: -5px;
198
+ // margin-right: -5px;
199
+ // }
195
200
  .object-item {
196
- padding: 10px;
197
- background-color: rgba($color: #000000, $alpha: 0.03);
201
+ // margin: 0 5px;
202
+ padding: 15px 10px;
203
+ background-color: #fff;
204
+ box-shadow: 0 0 3px rgba($color: #000000, $alpha: 0.1);
198
205
  }
199
206
 
200
207
  :deep(.el-col) {
@@ -203,8 +210,9 @@ export default {
203
210
 
204
211
  .list-item {
205
212
  width: 100%;
206
- padding: 10px;
207
- background-color: rgba($color: #000000, $alpha: 0.03);
213
+ padding: 15px 10px;
214
+ background-color: #fff;
215
+ box-shadow: 0 0 3px rgba($color: #000000, $alpha: 0.1);
208
216
  margin-bottom: 10px;
209
217
  position: relative;
210
218
  .remove-btn {
@@ -38,6 +38,12 @@
38
38
  active-text="启用"
39
39
  inactive-text="禁用" />
40
40
  </el-form-item>
41
+ <el-form-item label="内容提示">
42
+ <el-input v-model="item.tips"
43
+ type="textarea"
44
+ placeholder="请输入"
45
+ clearable />
46
+ </el-form-item>
41
47
  </div>
42
48
 
43
49
  <template v-if="item?.span">
@@ -37,7 +37,7 @@
37
37
  v-loading="loading"
38
38
  :disabled="isView"
39
39
  element-loading-text="Loading...">
40
- <el-row>
40
+ <el-row :gutter="10">
41
41
  <JsonItem :formItems="config.formItems"
42
42
  :hideBorder="hideBorder"
43
43
  :form="form"