mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
panel min heght
This commit is contained in:
parent
72066c5291
commit
7bfebfff62
19 changed files with 155 additions and 14 deletions
|
@ -146,4 +146,6 @@ foreach ($data as $key => $value) {
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php if ($i < 2) echo "<table class=\"data-spacer\"><tr><td></td></tr></table>"; ?>
|
||||
<?php if ($i == 0) echo "<table class=\"data-spacer\" style=\"height:279px\"><tr><td></td></tr></table>"; ?>
|
||||
<?php if ($i == 1) echo "<table class=\"data-spacer\" style=\"height:172px\"><tr><td></td></tr></table>"; ?>
|
||||
<?php if ($i == 2) echo "<table class=\"data-spacer\" style=\"height:55px\"><tr><td></td></tr></table>"; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue