Tax type compound just add once.

This commit is contained in:
Cüneyt Şentürk
2020-12-22 14:47:50 +03:00
parent 1411bd879c
commit 654f7bbb2c
6 changed files with 45 additions and 7 deletions

View File

@ -933,4 +933,9 @@ table .align-items-center td span.badge {
background: hsla(0,0%,100%,0);
border: none;
color: #8898aa;
}
}
.el-select-dropdown__item.is-disabled {
color: #C0C4CC !important;
cursor: not-allowed !important;
}