@jiaozhiye/qm-design-react 1.3.0-beta.12 → 1.3.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.esm.js +2 -2
- package/lib/index.full.js +1 -1
- package/lib/index.js +2 -2
- package/lib/style/index.css +6 -0
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/table/props.d.ts +2 -2
- package/lib/table/style/body.less +6 -2
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29780,6 +29780,12 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29780
29780
|
* @Last Modified by: 焦质晔
|
|
29781
29781
|
* @Last Modified time: 2022-06-23 23:49:41
|
|
29782
29782
|
*/
|
|
29783
|
+
.body--column .cell--edit {
|
|
29784
|
+
margin: 0 -9px;
|
|
29785
|
+
}
|
|
29786
|
+
.body--column .cell--edit .ant-input-search {
|
|
29787
|
+
width: calc(100% + 1px);
|
|
29788
|
+
}
|
|
29783
29789
|
.body--column .cell--edit .ant-input-search > .ant-input-group > .ant-input-group-addon {
|
|
29784
29790
|
line-height: 1;
|
|
29785
29791
|
}
|