mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-01 12:16:12 +00:00
5 lines
90 B
SCSS
5 lines
90 B
SCSS
.row-between {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
} |