@zscreate/zhxy-app-component 1.0.311 → 1.0.312

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.
@@ -54,7 +54,7 @@
54
54
 
55
55
  <!-- textarea -->
56
56
  <view v-else-if="widget.type === 'textarea'" class="evan-form-item-container"
57
- :class="'evan-form-item-container--' + labelPosition">
57
+ :class="'evan-form-item-container--' + labelPosition" style="display: block;">
58
58
  <view class="evan-form-item-container__label"
59
59
  :class="{ showAsteriskRect: hasRequiredAsterisk, isRequired: showRequiredAsterisk }" :style="mLabelStyle">
60
60
  {{ widget.name }}
@@ -65,7 +65,7 @@
65
65
  </view>
66
66
  <textarea v-else maxlength="-1" class="form-input cover-text" v-model="dataModel"
67
67
  :style="{ height: (widget.options.height || 100) * 2 + 'px'}"
68
- placeholder-class="form-input-placeholder"
68
+ placeholder-class="form-input-placeholder form-input-placeholder-textarea"
69
69
  :placeholder="widget.options.placeholder" :disabled="widget.options.disabled">
70
70
  </textarea>
71
71
  </view>
@@ -2321,16 +2321,19 @@ checkbox-group label {
2321
2321
  &--top {
2322
2322
  .evan-form-item-container__label {
2323
2323
  // padding-bottom: 10upx;
2324
- color: #000000;
2324
+ color: #000000 !important;
2325
2325
  }
2326
2326
  }
2327
2327
  }
2328
2328
 
2329
2329
  ::v-deep .form-input-placeholder {
2330
2330
  // line-height: 90upx;
2331
- color: #555;
2331
+ color: #555 !important;
2332
2332
  }
2333
2333
 
2334
+ ::v-deep .form-input-placeholder-textarea {
2335
+ text-align: left !important;
2336
+ }
2334
2337
  .form-textarea-placeholder {
2335
2338
  padding-top: 28upx;
2336
2339
  font-size: 34upx;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.311",
3
+ "version": "1.0.312",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",