File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
- type : input
6
6
id : issue_link
7
7
attributes :
8
- label : " 可复现的链接:"
8
+ label : " 可复现的链接(包含复现链接与示例代码) :"
9
9
description : " 一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。"
10
10
validations :
11
11
required : true
63
63
label : " 是否使用当前最新版本?"
64
64
description : " 官方只维护最新版本,如果不是最新版本,请先更新到[最新版本](https://vxetable.cn/)之后再提!"
65
65
options :
66
- - label : " 我已确认是使用当前的最新版本 。"
66
+ - label : " 我已确认是使用当前的最新版本并已按要求提供复现链接与示例代码 。"
67
67
required : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vxe-table" ,
3
- "version" : " 4.7.53 " ,
3
+ "version" : " 4.7.54 " ,
4
4
"description" : " 一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式..." ,
5
5
"scripts" : {
6
6
"update" : " npm install --legacy-peer-deps" ,
28
28
"style" : " lib/style.css" ,
29
29
"typings" : " types/index.d.ts" ,
30
30
"dependencies" : {
31
- "vxe-pc-ui" : " ^4.0.71 "
31
+ "vxe-pc-ui" : " ^4.0.73 "
32
32
},
33
33
"devDependencies" : {
34
34
"@types/resize-observer-browser" : " ^0.1.11" ,
Original file line number Diff line number Diff line change @@ -3432,7 +3432,8 @@ export default defineComponent({
3432
3432
const bodyWidth = bodyElem ? bodyElem . clientWidth - 1 : 0
3433
3433
rdWidth = Math . floor ( colWidth * bodyWidth )
3434
3434
}
3435
- column . renderWidth = rdWidth
3435
+ column . resizeWidth = rdWidth
3436
+ return tableMethods . refreshColumn ( )
3436
3437
}
3437
3438
return nextTick ( )
3438
3439
} ,
You can’t perform that action at this time.
0 commit comments