fix:修复气泡确认框的底部按钮换行的问题 (#3413)
* fix:修复气泡确认框的底部按钮换行的问题 * fix: 修复气泡确认框的底部按钮换行的问题
This commit is contained in:
parent
af6e73b83f
commit
d502e1d493
|
|
@ -1,6 +1,7 @@
|
|||
@import './pagination.less';
|
||||
@import './input.less';
|
||||
@import './btn.less';
|
||||
@import './popconfirm.less';
|
||||
|
||||
.ant-image-preview-root {
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
// 修复气泡确认框内的按钮在内容宽度不够换行的情况
|
||||
// 初始问题发现在 2.10.1 版本 固定列页面 http://ip:port/#/comp/table/fixedColumn
|
||||
.ant-popconfirm{
|
||||
&-buttons{
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue