自定义确认框
import "../hi-notice-bar.stml";
color 字体色
background 背景色
icon 关闭icon
show 是否显示隐藏 false/true
content 内容文字
@cancel 取消事件
<hi-notice-bar
color="#FFF"
background="rgba(18, 202, 178, 1)"
icon="https://gaokaoimage.yangkaiq.cn/arrow-right.png"
:show="show"
content="这个是提示内容这个"
@cancel="cancel()"
></hi-notice-bar>