We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a48834 commit b0b7035Copy full SHA for b0b7035
libs/themes-base/v-table.css
@@ -18,6 +18,10 @@
18
background-color: rgb(255, 255, 255);
19
}
20
21
+.v-table-footer{
22
+ border-top:1px solid rgba(221, 221, 221, 1);
23
+}
24
+
25
.v-table-leftview, .v-table-rightview {
26
position: absolute;
27
overflow: hidden;
@@ -83,7 +87,7 @@
83
87
zoom: 1;
84
88
85
89
86
-.v-table-rightview .v-table-body{
90
+.v-table-rightview .v-table-body,.v-table-rightview .v-table-footer{
91
overflow-x: auto;
92
overflow-y: auto;
93
@@ -94,6 +98,10 @@
94
98
95
99
96
100
.v-table-leftview .v-table-body-inner {
101
+ /* padding-bottom: 20px;*/
102
103
104
+.v-table-body-inner-pb{
97
105
padding-bottom: 20px;
106
107
@@ -248,5 +256,7 @@
248
256
.v-table-title-class{}
249
257
250
258
.v-table-body-class{}
259
260
+.v-table-footer-class
251
261
*/
252
262
0 commit comments