bi-components-library 1.1.80 → 1.1.82
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/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -23572,6 +23572,7 @@ const { RangePicker: _T } = Al, vT = ({ host: e, onChange: t }) => {
|
|
|
23572
23572
|
// 折叠时覆盖 CSS 的 min-height:58px,否则 min-height > max-height 时 min-height 优先,导致露出第二行
|
|
23573
23573
|
minHeight: m ? 0 : void 0,
|
|
23574
23574
|
overflow: gl,
|
|
23575
|
+
overscrollBehavior: "contain",
|
|
23575
23576
|
transition: El,
|
|
23576
23577
|
willChange: "max-height"
|
|
23577
23578
|
},
|