ENH: Limit Image Width of Project Description

Change-Id: I74767c3ae50185b53affaebeaebab70c09e68f7b
This commit is contained in:
zorro.zhang 2023-10-10 17:25:25 +08:00 committed by Lane.Wei
parent bfe0cb823d
commit 4e2d76a4b0
2 changed files with 11 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div>
</div>
<div style="height: 100%;width:280px;"></div>
<div id="LeftEmptyBlock" style="height: 100%;width:280px;">&nbsp;</div>
<div id="ModelInfoBlock" class="ZScrol">
<div id="Model_Basic" class="InfoBlock">

View File

@ -266,6 +266,16 @@ body
}
/*---Document---*/
#LeftEmptyBlock
{
}
#Model_Desc img
{
max-width:100%;
}
#Model_Accessories
{
}