Skip to content

Commit e19c34d

Browse files
committed
fix: mobile table width
1 parent 7749249 commit e19c34d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/SectionBasicContent/SectionBasicContent.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@
9090
margin-bottom: 0 !important;
9191
margin-top: 0 !important;
9292
}
93+
94+
@media screen and (max-width: 640px) {
95+
:deep(th), :deep(td) {
96+
width: 100%;
97+
}
98+
}
9399
</style>

0 commit comments

Comments
 (0)