内容简介:Ant Design 3.3.1 发布了。更新内容如下: 调整 danger Button 的 focus 样式。 修复 enterButton 的值为 button 元素时显示错误的问题。 #9639 修复 Table 中的 column.title 的缺少 key 的问题。 #9658 ...
Ant Design 3.3.1 发布了。更新内容如下:
调整 danger Button 的
focus样式。修复 enterButton 的值为 button 元素时显示错误的问题。 #9639
修复 Table 中的
column.title的缺少 key 的问题。 #9658 @terence55修复
scroll: { x: true }在.ant-table-scroll table宽度为auto的情况下不工作的问题。#9704修复表单校验文字消失的时候输入框会抖一下的问题。 #8831
修复
TimePicker里的 isMoment 调用在 parcel 里会报错的问题。85c78e4调整 Table 的圆角样式。 #9674
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!