🎨
This commit is contained in:
parent
49ab2eb07f
commit
8539c7b20f
6 changed files with 126 additions and 46 deletions
|
|
@ -81,7 +81,7 @@ onMounted(async () => {
|
|||
<style lang="scss" module>
|
||||
.root {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-gap: 16px;
|
||||
|
||||
&:global {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue