Skip to content

Commit b1f95d1

Browse files
author
黄书伟
committed
update
1 parent ece90fe commit b1f95d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/themes-base/v-table.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
background-color: rgb(255, 255, 255);
1919
}
2020

21+
.v-table-footer{
22+
border-top:1px solid rgba(221, 221, 221, 1);
23+
}
24+
2125
.v-table-leftview, .v-table-rightview {
2226
position: absolute;
2327
overflow: hidden;
@@ -83,7 +87,7 @@
8387
zoom: 1;
8488
}
8589

86-
.v-table-rightview .v-table-body{
90+
.v-table-rightview .v-table-body,.v-table-rightview .v-table-footer{
8791
overflow-x: auto;
8892
overflow-y: auto;
8993
}
@@ -94,6 +98,10 @@
9498
}
9599

96100
.v-table-leftview .v-table-body-inner {
101+
/* padding-bottom: 20px;*/
102+
}
103+
104+
.v-table-body-inner-pb{
97105
padding-bottom: 20px;
98106
}
99107

@@ -248,5 +256,7 @@
248256
.v-table-title-class{}
249257
250258
.v-table-body-class{}
259+
260+
.v-table-footer-class
251261
*/
252262

0 commit comments

Comments
 (0)