仪表盘
版本库
文件存储
活动
搜索
登录
main
/
dfgApi
大返官php后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'feature/v1.1.4开发' of http://60.204.153.149:8081/r/dfgApi into...
heyuntao
2023-07-14
fbf3cd3176f6035436f0f0bf94dc01d44e712128
[dfgApi.git]
/
public
/
assets
/
less
/
bootstrap-less
/
mixins
/
size.less
1
2
3
4
5
6
7
8
9
10
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}