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