rayyy-vue-table-components 1.3.12 → 1.3.13

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": "rayyy-vue-table-components",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Vue 3 + Element Plus 表格組件庫",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
@@ -112,7 +112,7 @@ const handleOperateClick = (value: T, clickType: 'check' | 'edit') => {
112
112
  text="查看"
113
113
  @click="handleOperateClick(row, 'check')"
114
114
  />
115
- <el-divider direction="vertical" />
115
+ <el-divider direction="vertical" class="!mx-1" />
116
116
  <base-btn
117
117
  type="primary"
118
118
  :text-btn="true"