Vanessa 2025-11-03 13:47:41 +08:00
parent b1a00c6ebd
commit a0b238075d
8 changed files with 174 additions and 7 deletions

View file

@ -972,6 +972,25 @@
transform: rotate(90deg);
}
}
&__kanban {
overflow: auto;
gap: 16px;
padding: 0 1px 16px;
display: flex;
&-group {
width: 260px;
&--small {
width: 180px;
}
&--big {
width: 320px;
}
}
}
}
img.av__cellassetimg {