cloud-web-corejs 1.0.54-dev.32 → 1.0.54-dev.34

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.
@@ -84,6 +84,8 @@
84
84
  @keydown.enter.prevent
85
85
  @click="
86
86
  $baseUpload.open({
87
+ ..._props,
88
+ ...$attrs,
87
89
  limit: limit,
88
90
  multi:multi,
89
91
  accept: accept ? accept : 'file',
@@ -93,7 +95,6 @@
93
95
  callback: fileConfirm,
94
96
  pickPrivateProfile:pickPrivateProfile,
95
97
  confirmUpload:confirmUpload,
96
- hidePasteArea:$attrs.hidePasteArea,
97
98
  otherParams:$attrs
98
99
  })
99
100
  "
@@ -15,7 +15,7 @@
15
15
  </el-button>
16
16
  </div>
17
17
  </div>
18
- <div class="d-cont">
18
+ <div class="d-cont" style="height: 470px;">
19
19
  <div class="d-item d-i-left">
20
20
  <div class="d-i-tit">
21
21
  {{ $t1('文件操作,是否发系统通知') }}
@@ -182,7 +182,7 @@ export default {
182
182
  }
183
183
 
184
184
  .tips {
185
- margin-top: -156px;
185
+ margin-top: -40px;
186
186
  background: #FFF;
187
187
  position: relative;
188
188
  line-height: 40px;
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <el-form-item :label="i18nt('designer.setting.placeholder')">
3
- <el-input type="text" v-model="optionModel.placeholder"></el-input>
3
+ <el-input type="textarea" :rows="3" v-model="optionModel.placeholder"></el-input>
4
4
  </el-form-item>
5
5
  </template>
6
6