xianniu-ui 0.3.2 → 0.3.3

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.3.2",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -106,7 +106,7 @@
106
106
  width="50px"
107
107
  align="center"
108
108
  ></el-table-column>
109
- <el-table-column v-bind="$attrs" v-if="radio" width="60px" align="center">
109
+ <el-table-column v-bind="$attrs" v-if="radio" width="30px" align="center">
110
110
  <template slot-scope="{ row }">
111
111
  <el-radio v-model="radioSelected" :label="row.id">&nbsp;</el-radio>
112
112
  </template>