* fix style in firefox of project/groupedtask view.

This commit is contained in:
Catouse
2018-09-21 14:23:44 +08:00
parent 9e573987b2
commit d6342e7e4c
3 changed files with 9 additions and 5 deletions
+7 -3
View File
@@ -15,8 +15,12 @@
.group-menu > .dropdown > .dropdown-menu{right: 0; width: 100%;}
.table-grouped .c-side {padding: 0; position: relative;}
.group-header {display: flex; flex-direction: column; position: absolute; top: 8px; right: 8px; left: 8px; bottom: 8px; justify-content: space-between;}
.table-grouped .c-side {padding: 0!important; position: relative; min-height: 100px;}
.group-header {padding: 8px; position: relative;}
.group-header > a {line-height: 20px; display: block; max-height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.group-header > .groupSummary {margin-top: 10px; line-height: 24px;}
.main-table > .table {box-shadow: none}
.main-table > .table {box-shadow: none}
.c-side-lg .group-header {display: flex; flex-direction: column; position: absolute; top: 0; right: 0; left: 0; bottom: 0; justify-content: space-between;}
.is-firefox .group-header:before {content: ' '; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #fff; z-index: 0;}
.is-firefox .group-header > a,
.is-firefox .group-header > .groupSummary {position: relative; z-index: 1;}