公告板
版本库
filestore
活动
搜索
登录
main
/
testbookLayout
数字教材框架
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第二本书
闫增涛
2024-05-15
cc232247648ea4cd6b4d3909bb71caea61e388e1
[testbookLayout.git]
/
src
/
books
/
content
/
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>