公告板
版本库
filestore
活动
搜索
登录
main
/
testbookLayout
数字教材框架
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加试读控制
YM
2024-05-28
25dab3bdfa379f110213e0cc185308c21fa3c2e0
[testbookLayout.git]
/
src
/
books
/
lifeCare
/
view
/
coverpage.vue
1
2
3
4
5
6
7
<template>
<div style="margin-top: 10; padding: 0; oeb-column-number: 1">
<p style="margin: 0; padding: 0; text-align: center">
<img src="Cover.jpg" height="96%" alt="" />
</p>
</div>
</template>