feat(Toast): add overlayStyle option #7898

This commit is contained in:
chenjiahan
2021-01-14 21:13:04 +08:00
parent 3b007c9cfd
commit c553551578
6 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -168,9 +168,9 @@ export default createComponent({
<Overlay
show={props.show}
class={props.overlayClass}
style={props.overlayStyle}
zIndex={zIndex.value}
duration={props.duration}
customStyle={props.overlayStyle}
onClick={onClickOverlay}
/>
);