仪表盘
版本库
文件存储
活动
搜索
登录
ZhuHaiChuangZhi
/
GanFengLiYeNew
珠海创智赣锋锂业新库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
PDA上传
wanshenmean
2025-04-08
ef0a08b828d021bdc7978406e72bbde000097f5e
[ZhuHaiChuangZhi/GanFengLiYeNew.git]
/
代码管理
/
NEWCode
/
WIDESEAWCS_PDA
/
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 */
}