仪表盘
版本库
文件存储
活动
搜索
登录
ZhuHaiChuangZhi
/
GanFengLiYeNew
珠海创智赣锋锂业新库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加接口地址更改
wanshenmean
2025-04-10
54a7df532e4fd82a1462edd4475403ed9b2be0cc
[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 */
}