* [bug#52988,done,1h] Adjust the height of images.

This commit is contained in:
hufangzhou
2024-08-30 13:30:07 +08:00
committed by 唐胡成
parent a0df0e5a6a
commit c504993347
+2 -1
View File
@@ -36,7 +36,8 @@ function printVisionSwitch()
img
(
set('class', 'p-2'),
set('src', $image)
set('src', $image),
set('style', array('height' => count($lang->block->visions) > 2 ? 'auto' : '180px'))
),
div
(