File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7
7
>
8
8
<label class =" mr-2" >{{tableFilterData.label}}</label >
9
9
<input
10
- class =" form-control table-filter "
10
+ class =" form-control"
11
11
type =" text"
12
12
:placeholder =" tableFilterData.placeholder"
13
13
@input =" tableFilterChange($event.target.value, 'input')"
80
80
<slot :name =" `${rawColumnNames[index]}-filter`" >
81
81
<input
82
82
v-if =" !fields || fields[index].filter !== false"
83
- class =" w-100 table-filter "
83
+ class =" form-control form-control-sm "
84
84
@input =" columnFilterEvent(colName, $event.target.value, 'input')"
85
85
@change =" columnFilterEvent(colName, $event.target.value, 'change')"
86
86
:value =" columnFilterState[colName]"
@@ -523,6 +523,10 @@ export default {
523
523
</script >
524
524
525
525
<style scoped>
526
+ thead tr :not (:last-child ) th {
527
+ border-bottom : 1px ;
528
+ }
529
+
526
530
.transparent {
527
531
opacity : 0.4 ;
528
532
}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ exports[`CDataTable renders correctly 2`] = `
74
74
</label >
75
75
76
76
<input
77
- class = " form-control table-filter "
77
+ class = " form-control"
78
78
placeholder = " type string..."
79
79
type = " text"
80
80
/>
@@ -256,28 +256,28 @@ exports[`CDataTable renders correctly 2`] = `
256
256
class = " user-custom-class"
257
257
>
258
258
<input
259
- class = " w-100 table-filter "
259
+ class = " form-control form-control-sm "
260
260
/>
261
261
</th >
262
262
<th
263
263
class = " "
264
264
>
265
265
<input
266
- class = " w-100 table-filter "
266
+ class = " form-control form-control-sm "
267
267
/>
268
268
</th >
269
269
<th
270
270
class = " "
271
271
>
272
272
<input
273
- class = " w-100 table-filter "
273
+ class = " form-control form-control-sm "
274
274
/>
275
275
</th >
276
276
<th
277
277
class = " "
278
278
>
279
279
<input
280
- class = " w-100 table-filter "
280
+ class = " form-control form-control-sm "
281
281
/>
282
282
</th >
283
283
<th
You can’t perform that action at this time.
0 commit comments