美文网首页
2018-01-15

2018-01-15

作者: NOTEBOOK2 | 来源:发表于2018-01-15 10:31 被阅读0次

    1 倒立三角

      triangle: {
        width: 0,
        height: 0,
        borderWidth: 7,
        borderTopColor: "#fff",
        borderStyle: "solid",
        color: "transparent",
        marginLeft: 10,
        marginBottom: 10,
      },
    

    2 stockTransfer 修复 Receiving store & Departing store list 选择下拉框

    3 外边borderRadius 里边scrollY

    屏幕快照 2018-01-15 11.40.11.png

    4 切换store

      handleCheck(id: number) {
        let {pathname} = this.props.location
        const secondSlashIdx = pathname.indexOf("/", 1)
        pathname = `/${id}${pathname.substring(secondSlashIdx)}`
        this.props.push({pathname})
        this.props.toggle()
      }
    
    5 购物车

    相关文章

      网友评论

          本文标题:2018-01-15

          本文链接:https://www.haomeiwen.com/subject/qdjroxtx.html