mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-16 17:20:42 +08:00
🎨 遗漏的换行未处理
This commit is contained in:
parent
26de335304
commit
1f7e87c28d
@ -98,7 +98,6 @@ function toggleModelValue(item) {
|
|||||||
|
|
||||||
&.has-icon {
|
&.has-icon {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|||||||
@ -364,11 +364,15 @@ onActivated(() => {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
.left-box {
|
.left-box {
|
||||||
gap: 10px;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-box {
|
.right-box {
|
||||||
gap: 10px;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user