BUG,ui调整
This commit is contained in:
parent
1b5faef8de
commit
1e69062095
@ -91,7 +91,7 @@ namespace MineTec.ProManager.GalleryFiles
|
||||
var picid = item.pic_id;
|
||||
if (picid != "" && picid != null)
|
||||
{
|
||||
Guid pic_id = new Guid(cardid);
|
||||
Guid pic_id = new Guid(picid);
|
||||
var picquery = _FileStore.GetAll().FirstOrDefault(a => a.Id == pic_id);
|
||||
item.pic_url = "/" + picquery.absolutepath.Replace('\\', '/') + "/" + picquery.filename;
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ProjectTree" class="demo-tree" style="margin-top: 25%;"></div>
|
||||
<div id="ProjectTree" class="demo-tree" style="margin-top: 30%;"></div>
|
||||
</div>
|
||||
<div style="width: 85%;height: 100%;float: right;border:1px solid #ccc;">
|
||||
<iframe src="MainPage.html" frameborder="0" id="iFramePage"
|
||||
|
@ -621,8 +621,8 @@
|
||||
function PreFiles(Url) {
|
||||
Url = apiUrl + Url;
|
||||
var obj = document.getElementById('PicPre');
|
||||
//obj.src = Url;
|
||||
obj.src = "../../../images/bg.jpg";
|
||||
obj.src = Url;
|
||||
//obj.src = "../../../images/bg.jpg";
|
||||
}
|
||||
</script>
|
||||
<script type="text/html" id="patternType">
|
||||
|
Loading…
x
Reference in New Issue
Block a user