xianniu-ui 0.2.3 → 0.2.5

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": "xianniu-ui",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -253,9 +253,9 @@ export default {
253
253
  return obj;
254
254
  },
255
255
  styles() {
256
- const _isRange = this.isRange(this.type);
256
+ // const _isRange = this.isRange(this.type);
257
257
  return {
258
- width: _isRange ? "100%" : "auto",
258
+ width: "100%",
259
259
  };
260
260
  },
261
261
  _format() {
@@ -2,6 +2,7 @@
2
2
  <el-table-column
3
3
  v-bind="$attrs"
4
4
  v-on="$listeners"
5
+ :showOverflowTooltip="$attrs.showOverflowTooltip !== false"
5
6
  v-if="isShowColumn($attrs)"
6
7
  >
7
8
  <template v-if="$attrs.labelMsg">