File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/drip-table-generator
src/layouts/table-workstation/editable-table Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " drip-table-generator" ,
3- "version" : " 3.2.2-alpha.10 " ,
3+ "version" : " 3.2.2-alpha.11 " ,
44 "description" : " A visualization tool for generating schema of drip-table." ,
55 "main" : " dist/index.min.js" ,
66 "module" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function EditableTable<
130130 display : 'flex' ,
131131 overflow : 'auto' ,
132132 height : tableHeight ,
133- width : props . tableConfig . configs . scroll ?. x ? Number ( props . tableConfig . configs . scroll ?. x ) : void 0 ,
133+ width : props . tableConfig . configs . scroll ?. x ? Number ( props . tableConfig . configs . scroll ?. x ) - 120 : void 0 ,
134134 } }
135135 >
136136 < LeftFixedColumns < RecordType , ExtraOptions >
You can’t perform that action at this time.
0 commit comments