File tree 7 files changed +35
-10
lines changed
7 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 45
45
{{end}}
46
46
{{end}}
47
47
{{if eq .NoAction false}}
48
- <th style="text-align: center;">{{lang "operation"}}</th>
48
+ {{if not .ActionFold}}
49
+ <th style="text-align: center;">{{lang "operation"}}</th>
50
+ {{else}}
51
+ <th style="text-align: center; width: 100px;">{{lang "operation"}}</th>
52
+ {{end}}
49
53
{{end}}
50
54
</tr>
51
55
{{end}}
560
564
right: 0;
561
565
z-index: 1;
562
566
}
563
- table tbody td:last-child {
567
+ table tbody th:last-child, table tbody td:last-child {
564
568
background-color: white;
565
569
}
566
570
table.sticky_table .last_th_td_ele:before, table.sticky_table .last_th_td_ele:before {
570
574
position: absolute;
571
575
top: 0;
572
576
width: 10px;
577
+ left: -10px;
573
578
bottom: -1px;
574
579
overflow-x: hidden;
575
580
overflow-y: hidden;
Original file line number Diff line number Diff line change @@ -1675,7 +1675,11 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
1675
1675
{{end}}
1676
1676
{{end}}
1677
1677
{{if eq .NoAction false}}
1678
- <th style="text-align: center;">{{lang "operation"}}</th>
1678
+ {{if not .ActionFold}}
1679
+ <th style="text-align: center;">{{lang "operation"}}</th>
1680
+ {{else}}
1681
+ <th style="text-align: center; width: 100px;">{{lang "operation"}}</th>
1682
+ {{end}}
1679
1683
{{end}}
1680
1684
</tr>
1681
1685
{{end}}
@@ -2190,7 +2194,7 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
2190
2194
right: 0;
2191
2195
z-index: 1;
2192
2196
}
2193
- table tbody td:last-child {
2197
+ table tbody th:last-child, table tbody td:last-child {
2194
2198
background-color: white;
2195
2199
}
2196
2200
table.sticky_table .last_th_td_ele:before, table.sticky_table .last_th_td_ele:before {
@@ -2200,6 +2204,7 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
2200
2204
position: absolute;
2201
2205
top: 0;
2202
2206
width: 10px;
2207
+ left: -10px;
2203
2208
bottom: -1px;
2204
2209
overflow-x: hidden;
2205
2210
overflow-y: hidden;
Original file line number Diff line number Diff line change 45
45
{{end}}
46
46
{{end}}
47
47
{{if eq .NoAction false}}
48
- <th style="text-align: center;">{{lang "operation"}}</th>
48
+ {{if not .ActionFold}}
49
+ <th style="text-align: center;">{{lang "operation"}}</th>
50
+ {{else}}
51
+ <th style="text-align: center; width: 100px;">{{lang "operation"}}</th>
52
+ {{end}}
49
53
{{end}}
50
54
</tr>
51
55
{{end}}
560
564
right: 0;
561
565
z-index: 1;
562
566
}
563
- table tbody td:last-child {
567
+ table tbody th:last-child, table tbody td:last-child {
564
568
background-color: white;
565
569
}
566
570
table.sticky_table .last_th_td_ele:before, table.sticky_table .last_th_td_ele:before {
570
574
position: absolute;
571
575
top: 0;
572
576
width: 10px;
577
+ left: -10px;
573
578
bottom: -1px;
574
579
overflow-x: hidden;
575
580
overflow-y: hidden;
Original file line number Diff line number Diff line change 45
45
{{end}}
46
46
{{end}}
47
47
{{if eq .NoAction false}}
48
- <th style="text-align: center;">{{lang "operation"}}</th>
48
+ {{if not .ActionFold}}
49
+ <th style="text-align: center;">{{lang "operation"}}</th>
50
+ {{else}}
51
+ <th style="text-align: center; width: 100px;">{{lang "operation"}}</th>
52
+ {{end}}
49
53
{{end}}
50
54
</tr>
51
55
{{end}}
560
564
right: 0;
561
565
z-index: 1;
562
566
}
563
- table tbody td:last-child {
567
+ table tbody th:last-child, table tbody td:last-child {
564
568
background-color: white;
565
569
}
566
570
table.sticky_table .last_th_td_ele:before, table.sticky_table .last_th_td_ele:before {
570
574
position: absolute;
571
575
top: 0;
572
576
width: 10px;
577
+ left: -10px;
573
578
bottom: -1px;
574
579
overflow-x: hidden;
575
580
overflow-y: hidden;
Original file line number Diff line number Diff line change @@ -1671,7 +1671,11 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
1671
1671
{{end}}
1672
1672
{{end}}
1673
1673
{{if eq .NoAction false}}
1674
- <th style="text-align: center;">{{lang "operation"}}</th>
1674
+ {{if not .ActionFold}}
1675
+ <th style="text-align: center;">{{lang "operation"}}</th>
1676
+ {{else}}
1677
+ <th style="text-align: center; width: 100px;">{{lang "operation"}}</th>
1678
+ {{end}}
1675
1679
{{end}}
1676
1680
</tr>
1677
1681
{{end}}
@@ -2186,7 +2190,7 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
2186
2190
right: 0;
2187
2191
z-index: 1;
2188
2192
}
2189
- table tbody td:last-child {
2193
+ table tbody th:last-child, table tbody td:last-child {
2190
2194
background-color: white;
2191
2195
}
2192
2196
table.sticky_table .last_th_td_ele:before, table.sticky_table .last_th_td_ele:before {
@@ -2196,6 +2200,7 @@ var TemplateList = map[string]string{"403": `<div class="missing-content">
2196
2200
position: absolute;
2197
2201
top: 0;
2198
2202
width: 10px;
2203
+ left: -10px;
2199
2204
bottom: -1px;
2200
2205
overflow-x: hidden;
2201
2206
overflow-y: hidden;
You can’t perform that action at this time.
0 commit comments