Logo white

Zhang Zhuo / ObjectEVEComponents

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ObjectEVEComponents
  • src
  • components
  • funAreaSelect
  • funAreaSelect.css
  • 更新添加文字功能 -张卓
    96108619
    Zhang Zhuo authored
    2020-12-23 11:53:06 +0800  
    Browse Code »
funAreaSelect.css 156 Bytes
Edit Raw Blame History
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;
}