Commit 63a4d8c4 authored by 仇晓婷's avatar 仇晓婷

文档优化

parent bd6f65f7
......@@ -52,7 +52,11 @@
创建人:
<User :value="row.creatorUserId" />
</div>-->
<div>时间:{{row.creationTime}}</div>
<div class="shuo-ming">
<span>文档说明:</span>
<Ellipsis :text="row.description" :length="12" tooltip class="tooltip-shuo" />
</div>
<p class="a-icon">
<a @click="edit(row.id)">
<Icon type="md-create" />编辑
......@@ -365,7 +369,12 @@ export default {
.c div {
margin-left: 10px;
}
.shuo-ming {
display: -webkit-inline-box;
.tooltip-shuo {
margin-left: -20px;
}
}
.a-icon {
text-align: right;
margin-top: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment