gxd-uni-library-editx 1.0.91-beta7 → 1.0.92

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": "gxd-uni-library-editx",
3
- "version": "1.0.91-beta7",
3
+ "version": "1.0.92",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -35,6 +35,7 @@
35
35
  <view v-if="label" class="label-seat"></view>
36
36
  </slot>
37
37
  </view>
38
+ <view v-if="subTitle" class="uni-forms-item__sub-title">{{ subTitle }}</view>
38
39
  <view class="uni-forms-item__content" :class="{ 'is-input-error-border': msg }"><slot></slot></view>
39
40
  </view>
40
41
  <view
@@ -138,7 +139,11 @@ export default {
138
139
  default() {
139
140
  return [];
140
141
  }
141
- }
142
+ },
143
+ subTitle: {
144
+ type: String,
145
+ default: ''
146
+ }
142
147
  },
143
148
  data() {
144
149
  return {
@@ -499,6 +504,12 @@ export default {
499
504
  }
500
505
  }
501
506
 
507
+ .uni-forms-item__sub-title{
508
+ color: #979797;
509
+ font-size: 20rpx;
510
+ margin: -10rpx 0 10rpx 32rpx;
511
+ }
512
+
502
513
  .uni-forms-item__content {
503
514
  /* #ifndef APP-NVUE */
504
515
  width: 100%;