1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | .IsCheckedBox .is-checked { .el-checkbox__inner::before { border: unset; } .el-checkbox__inner::after { //打勾後的CSS box-sizing: content-box; content: ''; border: 2px solid #666; border-left: 0; border-top: 0; height: 13px; left: 7px; position: absolute; top: 0px; transform: rotate(45deg) scaleY(1); width: 3px; transition: transform 0.15s ease-in 0.05s; transform-origin: center; } } |
Direct link: https://paste.plurk.com/show/PrSvSBgsGhSkr4jRZN0D