Skip to content
Discussion options

You must be logged in to vote

感谢反馈,后续会针对主题模板进行一些样式优化,也会提供一些专用的商店模板,短期内你可以考虑自行注入样式,比如:

<style>
@media (width <= 768px) {
    .shop-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: var(--shop-spacing-sm) !important;
    }
}
</style>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by a770177666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants