dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_app_ys
智慧保安APP验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
问题修复
zengh
2021-12-06
886a9f2deb311453f12cb0302bcb882a9d331d7a
[zhba/zhba_app_ys.git]
/
uview-ui
/
libs
/
css
/
style.components.scss
1
2
3
4
5
6
7
// 定义混入指令,用于在非nvue环境下的flex定义,因为nvue没有display属性,会报错
@mixin vue-flex($direction: row) {
/* #ifndef APP-NVUE */
display: flex;
flex-direction: $direction;
/* #endif */
}