pixuireactcomponents 1.3.67 → 1.3.68
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/package.json
CHANGED
|
@@ -131,8 +131,8 @@ export function ScrollBar(props) {
|
|
|
131
131
|
sFrame.style.backgroundImage = "url(".concat(props.sFrameImgHavor, ")");
|
|
132
132
|
};
|
|
133
133
|
var handleMouseLeave = function () {
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
sBlock.style.backgroundImage = "url(".concat(props.sBlockImgNormal, ")");
|
|
135
|
+
sFrame.style.backgroundImage = "url(".concat(props.sFrameImgNormal, ")");
|
|
136
136
|
};
|
|
137
137
|
var dragendMouseLeave = function (event) {
|
|
138
138
|
// 获取鼠标位置
|