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