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

优化文档

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