Skip to content

Commit

Permalink
fix:修复气泡确认框的底部按钮换行的问题 (#3413)
Browse files Browse the repository at this point in the history
* fix:修复气泡确认框的底部按钮换行的问题

* fix: 修复气泡确认框的底部按钮换行的问题
  • Loading branch information
cMing1997 committed Dec 14, 2023
1 parent af6e73b commit d502e1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/design/ant/index.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import './pagination.less';
@import './input.less';
@import './btn.less';
@import './popconfirm.less';

.ant-image-preview-root {
img {
Expand Down
7 changes: 7 additions & 0 deletions src/design/ant/popconfirm.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// 修复气泡确认框内的按钮在内容宽度不够换行的情况
// 初始问题发现在 2.10.1 版本 固定列页面 http://ip:port/#/comp/table/fixedColumn
.ant-popconfirm{
&-buttons{
white-space: nowrap;
}
}

0 comments on commit d502e1d

Please sign in to comment.