dcp-design-react 1.9.28 → 1.9.30
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 +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +0 -5
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/area-select.less +0 -5
- package/package.json +3 -3
package/lib/style/index.css
CHANGED
|
@@ -29805,11 +29805,6 @@ table {
|
|
|
29805
29805
|
z-index: 2;
|
|
29806
29806
|
pointer-events: none;
|
|
29807
29807
|
}
|
|
29808
|
-
.qm-table--area-select .context-menu {
|
|
29809
|
-
position: absolute;
|
|
29810
|
-
z-index: 3;
|
|
29811
|
-
background-color: #fff;
|
|
29812
|
-
}
|
|
29813
29808
|
/*
|
|
29814
29809
|
* @Author: 焦质晔
|
|
29815
29810
|
* @Date: 2020-03-26 11:45:02
|