mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-03 10:56:00 +00:00
fix:修复气泡确认框的底部按钮换行的问题 (#3413)
* fix:修复气泡确认框的底部按钮换行的问题 * fix: 修复气泡确认框的底部按钮换行的问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import './pagination.less';
|
||||
@import './input.less';
|
||||
@import './btn.less';
|
||||
@import './popconfirm.less';
|
||||
|
||||
.ant-image-preview-root {
|
||||
img {
|
||||
|
7
src/design/ant/popconfirm.less
Normal file
7
src/design/ant/popconfirm.less
Normal file
@@ -0,0 +1,7 @@
|
||||
// 修复气泡确认框内的按钮在内容宽度不够换行的情况
|
||||
// 初始问题发现在 2.10.1 版本 固定列页面 http://ip:port/#/comp/table/fixedColumn
|
||||
.ant-popconfirm{
|
||||
&-buttons{
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user