Browse Source

progress bar style bugfix

pull/330/head
唐帅佶 9 years ago
parent
commit
ffd304bf0c
  1. 1
      style/components/progress.less

1
style/components/progress.less

@ -28,6 +28,7 @@
border-radius: 100px;
background-color: @primary-color;
transition: all 0.3s linear 0s;
position: relative;
}
&-line-text {
position: absolute;

Loading…
Cancel
Save