-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: 侧边栏遮挡图片 #2
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,23 +121,23 @@ <h2>更多信息</h2> | |
</s-scroll-view> | ||
</div> | ||
</div> | ||
<!-- 用户不可见的东西 --> | ||
<div id="tooltips"> | ||
<s-dialog id="picture-view-dialog" size="full" ondismiss="pictureViewDialogClosed()"> | ||
<div slot="headline" id="picture-view-title">图片查看</div> | ||
<div slot="text" id="picture-view-content"> | ||
<div id="picture-view-image-wrapper"> | ||
<img id="picture-view-image" src="" alt="Image" /> | ||
</div> | ||
<div id="picture-view-description"></div> | ||
</div> | ||
<s-button slot="action" type="text" onclick="downloadPicture(); event.stopPropagation()">下载</s-button> | ||
<s-button slot="action" type="text">完成</s-button> | ||
</s-dialog> | ||
<a id="download-link" href="" download target="_blank">114514</a> | ||
</div> | ||
</div> | ||
</s-drawer> | ||
<!-- 用户不可见的东西 --> | ||
<div id="tooltips"> | ||
<s-dialog id="picture-view-dialog" size="full" ondismiss="pictureViewDialogClosed()"> | ||
<div slot="headline" id="picture-view-title">图片查看</div> | ||
<div slot="text" id="picture-view-content"> | ||
<div id="picture-view-image-wrapper"> | ||
<img id="picture-view-image" src="" alt="Image" /> | ||
</div> | ||
<div id="picture-view-description"></div> | ||
</div> | ||
<s-button slot="action" type="text" onclick="downloadPicture(); event.stopPropagation()">下载</s-button> | ||
<s-button slot="action" type="text">完成</s-button> | ||
</s-dialog> | ||
<a id="download-link" href="" download target="_blank">114514</a> | ||
</div> | ||
</s-page> | ||
<script defer src="https://unpkg.com/[email protected]/dist/sober.min.js"></script> | ||
<script defer src="./assets/js/data.js"></script> | ||
|