cloud-web-corejs 1.0.54-dev.659 → 1.0.54-dev.660

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.659",
4
+ "version": "1.0.54-dev.660",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -84,10 +84,7 @@
84
84
  >
85
85
  <template v-if="field.options.labelIconPosition === 'front'">
86
86
  <template v-if="!!field.options.labelTooltip">
87
- <el-tooltip
88
- :content="field.options.labelTooltip"
89
- effect="light"
90
- >
87
+ <el-tooltip :content="field.options.labelTooltip" effect="dark">
91
88
  <i :class="field.options.labelIconClass"></i></el-tooltip
92
89
  ><span :style="{ color: field.options.labelColor }">{{
93
90
  label
@@ -107,7 +104,7 @@
107
104
  }}</span
108
105
  ><el-tooltip
109
106
  :content="field.options.labelTooltip"
110
- effect="light"
107
+ effect="dark"
111
108
  >
112
109
  <i :class="field.options.labelIconClass"></i></el-tooltip
113
110
  ></template>