File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
<th
35
35
v-if =" currentlist.structure?.[bone]"
36
36
:class =" { 'stick-header': state.sticky }"
37
- :style =" { width: '150px' }"
37
+ :style =" { width: currentlist.structure?.[bone]['params']['column_width']||state.tableWidth }"
38
38
>
39
39
{{ currentlist.structure?.[bone]?.["descr"] }}
40
40
<div
@@ -205,7 +205,7 @@ import Utils from '../utils'
205
205
selectedBones: [],
206
206
selectedRows: [],
207
207
sticky: false ,
208
- tableWidth: " 150 " ,
208
+ tableWidth: " 150px " ,
209
209
sorting: " " ,
210
210
renderedList: computed (() => {
211
211
return currentlist .state .skellist .map ((skel ) => {
Original file line number Diff line number Diff line change 70
70
<th
71
71
v-if =" handlerLogic.currentlist.structure?.[bone]"
72
72
:class =" { 'stick-header': state.sticky }"
73
- :style =" { width: '150px' }"
73
+ :style =" { width: handlerLogic.currentlist.structure?.[bone]['params']['column_width']||state.tableWidth }"
74
74
>
75
75
{{ handlerLogic.currentlist.structure?.[bone]?.["descr"] }}
76
76
<div
@@ -297,7 +297,7 @@ import { VueDraggable } from 'vue-draggable-plus'
297
297
selectedBones: [],
298
298
299
299
sticky: false ,
300
- tableWidth: " 150 " ,
300
+ tableWidth: " 150px " ,
301
301
sorting: " " ,
302
302
filter: null ,
303
303
sortindexBonename: null ,
You can’t perform that action at this time.
0 commit comments