Results 2 issues of cloudzqy

when I `import 'vue-beauty/package/style/vue-beauty.min.css'`,I have a error like this ![image](https://user-images.githubusercontent.com/16647306/33011195-2f9f10e2-ce18-11e7-89f2-cfc5169bcfae.png) I guess the error caused by this code ```js .ant-spin-blur { overflow: hidden; opacity: 0.7; -webkit-filter: blur(0.5px); filter: blur(0.5px); /*...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-5jf1f0) ### Steps to reproduce InputNumber组件中,输入任意两个小数点的字符,如1.55.55,组件显示2,而表单实际的值为1.55 ### What is expected? 显示和onChange的值一致且正确 ### What is actually happening? InputNumber组件显示和实际的值不一致 | Environment | Info | | --- |...

🐛 Bug
help wanted
👷🏻‍♂️ Someone working on it