提交 84c7d516 编写于 作者: 无木

fix(table): prop `inset` take no effect

修复BasicTabled的inset属性不起作用的问题

fixed: #1209
上级 15ea0d2f
### 🐛 Bug Fixes
- **BasicTable** 修复可编辑单元格某些情况下无法提交的问题
- **BasicTable**
- 修复可编辑单元格某些情况下无法提交的问题
- 修复`inset`属性不起作用的问题
- **BasicModal**
- 修复点击遮罩、按下`Esc`键都不能关闭`Modal`的问题
- 修复点击关闭按钮、最大化按钮旁边的空白区域也会导致`Modal`关闭的问题
......
......@@ -365,12 +365,6 @@
}
}
&--inset {
.ant-table-wrapper {
padding: 0;
}
}
.ant-tag {
margin-right: 0;
}
......@@ -431,5 +425,11 @@
padding: 12px 8px;
}
}
&--inset {
.ant-table-wrapper {
padding: 0;
}
}
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册