dashboard
repositories
filestore
activity
search
login
main
/
moral_manage
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修改批量补偿
guoshipeng
2023-08-03
648d11b8ea7df744c189dfc9f19202ff62a26345
[moral_manage.git]
/
src
/
assets
/
theme
/
styles
/
app
/
utils
/
width.less
1
2
3
4
5
.for-each(@widths, {
.width-@{adKey} { width: @adValue !important; }
.max-width-@{adKey} { max-width: @adValue !important; }
.min-width-@{adKey} { min-width: @adValue !important; }
});