three-trees-ui 1.0.19 → 1.0.21

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": "three-trees-ui",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -197,7 +197,7 @@
197
197
  }
198
198
 
199
199
  .el-checkbox-group {
200
- line-height: 14px;
200
+ line-height: 26px;
201
201
  }
202
202
 
203
203
  div.el-checkbox-group[aria-invalid='true'] {
@@ -30,7 +30,8 @@
30
30
  <slot name="append" class="el-input-group__append"></slot>
31
31
  </span>
32
32
  </div>
33
- <template
33
+ <div
34
+ class="field-tail"
34
35
  v-if="
35
36
  readonly &&
36
37
  tagFormatValue.constructor == Array &&
@@ -50,7 +51,7 @@
50
51
  </el-tag>
51
52
  </el-tooltip>
52
53
  </template>
53
- </template>
54
+ </div>
54
55
  </span>
55
56
  </template>
56
57
  <script>
@@ -26,7 +26,7 @@
26
26
  </template>
27
27
  <script>
28
28
  import utils from '@/utils.js'
29
- import onlineHottable from '@/mixins/onlineHottable.js'
29
+ // import onlineHottable from '@/mixins/onlineHottable.js'
30
30
  import onlineSubtable from '@/mixins/onlineSubtable.js'
31
31
  import regionValidator from '@/mixins/regionValidator.js'
32
32
  import emitter from '@/mixins/emitter.js'
@@ -141,7 +141,7 @@
141
141
  this.loadStatus = 1
142
142
  Vue.component('ht-runtime-template', {
143
143
  componentName: 'HtRuntimeTemplate',
144
- mixins: [onlineHottable, onlineSubtable],
144
+ mixins: [onlineSubtable],
145
145
  props: {
146
146
  html: String,
147
147
  data: Object,
@@ -588,7 +588,6 @@
588
588
  ::v-deep .el-row--flex {
589
589
  margin-left: 0 !important;
590
590
  margin-right: 0 !important;
591
- margin-bottom: 32px;
592
591
  .el-col[style*='border'] {
593
592
  .el-form-item {
594
593
  margin: 24px 24px 22px;
@@ -154,6 +154,7 @@
154
154
  <style lang="scss" scoped>
155
155
  label.el-radio-horizontal {
156
156
  margin: 0px 30px 5px 0;
157
+ line-height: 30px;
157
158
  }
158
159
 
159
160
  label.el-radio-vertical {