mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-10 01:12:48 +08:00
5 lines
90 B
SCSS
5 lines
90 B
SCSS
![]() |
.row-between {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|