* Fix bug.

This commit is contained in:
tanghucheng
2022-04-28 10:45:30 +08:00
parent 99fff4eda6
commit 32fe42bb94
@@ -2,6 +2,6 @@
<?php if(trim($config->visions, ',') == 'lite'): ?>
$('#headerActions').css("right", '110px');
<?php else: ?>
$('#headerActions').css("right", '190px');
$('#headerActions').css("right", '205px');
<?php endif; ?>
</script>
</script>