Blame view

src/components/funAreaSelect/funAreaSelect.css 156 Bytes
96108619   Zhang Zhuo   更新添加文字功能 -张卓
1
2
3
4
5
6
7
8
9
10
  .funAreaSelectCss{
      position: relative;
      width: 100%;
      height: 100%;
  }
  .funAreaSelectCss canvas{
      position: absolute;
      left: 0;
      top: 0;
  }