mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-12 12:54:48 +08:00
5 lines
70 B
SCSS
5 lines
70 B
SCSS
|
@mixin row-width-limit {
|
||
|
max-width: 11.7rem;
|
||
|
min-width: 9.7rem;
|
||
|
}
|