collapse report styling

This commit is contained in:
Burak Civan
2022-07-21 18:02:27 +03:00
parent 1c60edb891
commit d1e17a4833
3 changed files with 20 additions and 10 deletions

12
public/css/app.css vendored
View File

@ -47143,6 +47143,10 @@ html[dir='rtl'] .el-input__suffix {
overflow: hidden;
opacity: 0;
}
.collapse-sub-report.collapse-sub{
display: none;
}
/* collapse */
.none-truncate {
@ -48153,14 +48157,14 @@ body{
width: 41.666667%;
}
.sm\:w-2\/12{
width: 16.666667%;
}
.sm\:w-4\/12{
width: 33.333333%;
}
.sm\:w-2\/12{
width: 16.666667%;
}
.sm\:w-1\/12{
width: 8.333333%;
}