Skip to content

Commit

Permalink
fix: table style
Browse files Browse the repository at this point in the history
  • Loading branch information
pobu168 committed Nov 4, 2024
1 parent be42ae6 commit 8bb497d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/components/table-page/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ export default {
margin: 2px 4px;
line-height: 18px;
}
.multiFilter ::deep.ivu-checkbox-group-item {
.multiFilter ::v-deep .ivu-checkbox-group-item {
display: block;
padding: 0 16px;
margin: 0;
Expand Down Expand Up @@ -1114,7 +1114,7 @@ export default {
.cell {
overflow: hidden;
}
::deep .ivu-tooltip-rel {
::v-deep .ivu-tooltip-rel {
display: block;
}
.poplableSty {
Expand Down

0 comments on commit 8bb497d

Please sign in to comment.