仪表盘
版本库
文件存储
活动
搜索
登录
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
/
mixins
/
resize.less
1
2
3
4
5
6
// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}