Browse Source

Merge branch 'master' of https://cloud.finedevelop.com/scm/visual/fineui

# Conflicts:
#	dist/bundle.ie.min.js
#	dist/bundle.min.js
#	dist/fineui.ie.min.js
#	dist/fineui.min.js
#	dist/utils.min.js
es6
windy 6 years ago
parent
commit
828c1087c4
  1. 10
      src/less/image.less

10
src/less/image.less

@ -18,6 +18,16 @@
_background: none;
}
.background(@class, @backgroundPath, @top:center, @left:center, @repeat: no-repeat) {
.@{class} {
.image2xPath(@backgroundPath, @top, @left, @repeat);
&.hack {
.imagePath(@backgroundPath, @top, @left, @repeat);
}
}
}
// 默认icon
.icon(@class, @iconPath) {
.@{class} {

Loading…
Cancel
Save