Merge pull request #2569 from brkcvn/master

Frontend UI improvements
This commit is contained in:
Cüneyt Şentürk
2022-08-01 16:03:25 +03:00
committed by GitHub
3 changed files with 355542 additions and 552 deletions

View File

@ -436,6 +436,14 @@ html[dir='rtl'] .el-input__suffix {
text-align: left;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
right: 15px !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
background-color: transparent;
}
@media only screen and (max-width: 480px) {
.el-range-editor.el-input__inner {
width: 100%;