Commit f28c5af8 authored by 仇晓婷's avatar 仇晓婷

优化文档

parent df2f4903
......@@ -437,7 +437,7 @@ export default {
.product-m {
.body-card {
border: 1px solid rgba(38, 128, 235, 1);
margin: 10px;
margin: 8px 0;
border-radius: 4px;
.title-i {
......
......@@ -9,7 +9,6 @@
:type="typeInfo"
:span="6"
:lazy="true"
exportTitle="文档管理"
>
<template slot="easySearch">
<Form ref="formInline" :model="easySearch" inline>
......@@ -35,7 +34,6 @@
:title="titleInfo"
@click="changeShwo"
></Button>
<Button @click="openModalIm">导入</Button>
</template>
<template slot="card" slot-scope="{ row }">
<div class="body-card">
......@@ -76,13 +74,13 @@
</div>
</div>
<p class="a-icon">
<div class="a-icon">
<a @click="edit(row.id)"> <Icon type="md-create" />编辑 </a
>&nbsp;
<a @click="remove(row.id)"> <Icon type="ios-trash" />删除 </a
>&nbsp;
<a @click="view(row.id)"> <Icon type="md-document" />详情 </a>
</p>
</div>
</Col>
</Row>
</div>
......@@ -236,15 +234,6 @@ export default {
this.titleInfo = "卡片模式";
}
},
//批量导入start
//导入功能
openModalIm() {
if (this.parent.id) {
this.ModalIm = true;
} else {
this.$Message.error("请先选择文档分类");
}
},
ok() {
this.$refs.grid.reload(this.easySearch);
this.modal = false;
......@@ -342,7 +331,7 @@ export default {
.product-m {
.body-card {
border: 1px solid rgba(38, 128, 235, 1);
margin: 10px;
margin: 5px 0;
border-radius: 4px;
.title-i {
......@@ -364,8 +353,6 @@ export default {
width: 90px;
background: #eee;
height: 90px;
// overflow: hidden;
img {
width: 90px;
height: 90px;
......@@ -373,13 +360,15 @@ export default {
}
.c {
padding-left: 8px;
div {
height: 18px;
}
}
.shuo-ming {
display: -webkit-inline-box;
}
.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