兼容 ios 样式

This commit is contained in:
icssoa
2025-09-03 19:03:39 +08:00
parent 0f2eea7b03
commit 7791c47483
18 changed files with 168 additions and 139 deletions

View File

@@ -74,8 +74,7 @@ const padding = computed(() => (parent == null ? "0" : parseRpx(parent.gutter /
@use "sass:math";
.cl-col {
@apply w-full;
overflow: visible;
@apply w-full overflow-visible;
}
@for $i from 1 through 24 {