hide unwanted checkmarks

This commit is contained in:
Peter Olu 2022-05-27 13:47:38 +01:00
parent bee83fecf7
commit 5f08e56246

View File

@ -734,4 +734,7 @@ watch(
width: 100%;
padding: 0 32px 0 20px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{
display: none;
}
</style>