tabs宽度处理
parent
1237e09f87
commit
390056b111
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue