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

8 lines
188 B
PHP
Executable File

<script>
<?php if(trim($config->visions, ',') == 'lite'): ?>
$('#headerActions').css("right", '140px');
<?php else: ?>
$('#headerActions').css("right", '235px');
<?php endif; ?>
</script>