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
commit 0f301d59b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 355542 additions and 552 deletions

View File

@ -287,7 +287,7 @@ abstract class Report
$width = 'w-4/12 col-4';
break;
case 'monthly':
$width = 'col-1';
$width = 'col-1 w-20';
break;
}

356084
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

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%;