Browse Source

icon 居中

es6
Frank.Qiu 6 years ago
parent
commit
639c85e3d5
  1. 1
      dist/base.css
  2. 1
      dist/bundle.css
  3. 1
      dist/fineui.css
  4. 1
      src/css/base/single/icon.css
  5. 1
      src/less/base/single/icon.less

1
dist/base.css vendored

@ -1455,6 +1455,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.x-icon.b-font {
margin: auto;
width: 100%;
}
.bi-file {
opacity: 0;

1
dist/bundle.css vendored

@ -3502,6 +3502,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.x-icon.b-font {
margin: auto;
width: 100%;
}
.bi-file {
opacity: 0;

1
dist/fineui.css vendored

@ -3502,6 +3502,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.x-icon.b-font {
margin: auto;
width: 100%;
}
.bi-file {
opacity: 0;

1
src/css/base/single/icon.css

@ -1,3 +1,4 @@
.x-icon.b-font {
margin: auto;
width: 100%;
}

1
src/less/base/single/icon.less

@ -1,3 +1,4 @@
.x-icon.b-font {
margin: auto;
width: 100%;
}
Loading…
Cancel
Save