Merge branch 'sgm_dtable' of https://gitlab.zcorp.cc/easycorp/zentaopms into sgm_dtable

This commit is contained in:
Yagami
2023-02-15 10:54:51 +08:00
+4
View File
@@ -114,4 +114,8 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN());
</script>
<?php endif;?>
</div>
<style>
.dtable-hover-row .dtable-rows > .dtable-row:hover .dtable-cells {background: var(--dtable-hover-bg) !important;}
.dtable-hover-row .dtable-rows>.dtable-row:hover .dtable-cell {background: unset;}
</style>
<?php include '../../common/view/footer.html.php';?>