Skip to content

Commit

Permalink
important
Browse files Browse the repository at this point in the history
  • Loading branch information
zpqsunny committed Dec 27, 2021
1 parent fb0bb5c commit 395c9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
padding: 0 4px
padding: 0 4px !important;
}

.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded__content {
box-shadow: none;
box-shadow: none !important;
}

0 comments on commit 395c9b3

Please sign in to comment.