zentaopms/extension/lite/project/ext/view/view.lite.html.hook.php
2023-05-16 10:47:08 +08:00

6 lines
198 B
PHP
Executable File

<script>
$('.side-col .row .cell .detail').addClass('hidden');
$('.side-col .row .cell .detail:first').removeClass('hidden');
$('.side-col .row .cell .detail:last').removeClass('hidden');
</script>