仪表盘
版本库
文件存储
活动
搜索
登录
TigerClouds-Tech
/
BS/TigerAdmin_2024
钛格BS平台管理系统 2024 版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
工艺路线树形增加客户编码
Ben Lin
2024-06-27
dfd2d0218bbcea93b4bfb0e7ca7ac9b1cc1cc7da
[TigerClouds-Tech/BS/TigerAdmin_2024.git]
/
src
/
design
/
ant
/
popconfirm.less
1
2
3
4
5
6
7
// 修复气泡确认框内的按钮在内容宽度不够换行的情况
// 初始问题发现在 2.10.1 版本 固定列页面 http://ip:port/#/comp/table/fixedColumn
.ant-popconfirm {
&-buttons {
white-space: nowrap;
}
}