ls-pro-common 3.0.52 → 3.0.54
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/dist/common.css +3 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +3 -0
- package/dist/common.min.js +1 -1
- package/es/service/BaseService.d.ts +2 -0
- package/es/service/BaseService.js +10 -8
- package/lib/service/BaseService.d.ts +2 -0
- package/lib/service/BaseService.js +10 -8
- package/package.json +2 -2
package/dist/common.min.css
CHANGED
|
@@ -3400,6 +3400,9 @@ html {
|
|
|
3400
3400
|
padding-bottom: 8px;
|
|
3401
3401
|
display: flex;
|
|
3402
3402
|
}
|
|
3403
|
+
.ant-pro-table-column-setting-overlay .ant-popover-arrow {
|
|
3404
|
+
width: 0px !important;
|
|
3405
|
+
}
|
|
3403
3406
|
.ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
|
|
3404
3407
|
background-color: transparent;
|
|
3405
3408
|
}
|