tabs宽度处理

master
gongfuxiang 2025-01-22 10:57:56 +08:00
parent 1237e09f87
commit 390056b111
1 changed files with 5 additions and 0 deletions

View File

@ -212,4 +212,9 @@
.tabs-contents {
max-width: 800px !important;
}
@media only screen and (min-width: 800px) {
.tabs-container .tabs-top {
left: calc(50% - 400px) !important;
}
}
</style>