:global { //绘制矢量图工具 .vectorgraph { width: 350px; padding: 5px; border-radius: 33px; margin-left: 300px; left: unset; right: 100px; top: 0px; box-shadow: darkgrey 0px 0px 10px 1px; z-index: 1; .vet-col { text-align: center; cursor: pointer; } .cancel { // width:0; // height:0; // border-top:50px solid transparent; // border-bottom: 50px solid transparent; // border-left: 50px solid green; } .circle { content: ""; width: 20px; height: 20px; border: 1px solid #999999; border-radius: 50%; display: inline-block; } .rectangle { content: ""; width: 20px; height: 20px; border: 1px solid #999999; display: inline-block; } .active { background: #4285ec; border: 0; } } }