File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
packages/components-vue/src/components/table Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 10
10
<table :id =" `bulk_${tableId}`" class =" tbl tbl-helper" :class =" themeClasses" >
11
11
<tbody >
12
12
<tr class =" no--hover" >
13
- <th
14
- v-if =" withDefaultSlot || $slots.headActions"
15
- class =" --sticky"
16
- :class =" { '--pBottom-10': !nested }"
17
- >
13
+ <th v-if =" withDefaultSlot || $slots.headActions" class =" --sticky" >
18
14
<div
19
15
class =" flx --flxRow --flx-start-center --gap-10 --gap:md --flx"
20
16
>
56
52
></slot >
57
53
</div >
58
54
</th >
59
- <td
60
- :class =" { '--pBottom-10': !nested }"
61
- :colspan =" propertiesMeta.length"
62
- width =" 99%"
63
- ></td >
55
+ <td :colspan =" propertiesMeta.length" width =" 99%" ></td >
64
56
<th
65
57
v-if =" !isReadOnly && nodes.length > 1 && deleteNode"
66
58
class =" --sticky"
67
- :class =" { '--pBottom-10': !nested }"
68
59
colspan =" 0"
69
60
width =" 1px"
70
61
>
Original file line number Diff line number Diff line change 91
91
92
92
import IconFa from " ../icon/Fa.vue" ;
93
93
import ActionLink from " ../action/Link.vue" ;
94
+ import InputToggle from " ../input/Toggle.vue" ;
94
95
95
96
import type { iTableChildProps } from " ../../types/props" ;
96
97
import useTheme from " ../../composables/theme" ;
You can’t perform that action at this time.
0 commit comments