Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
f28c5af8
Commit
f28c5af8
authored
Sep 26, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化文档
parent
df2f4903
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
18 deletions
+7
-18
index.vue
pages/technology/productMix/product/index.vue
+1
-1
word.vue
pages/word/document/word.vue
+6
-17
No files found.
pages/technology/productMix/product/index.vue
View file @
f28c5af8
...
@@ -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 {
...
...
pages/word/document/word.vue
View file @
f28c5af8
...
@@ -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
>
>
<a
@
click=
"remove(row.id)"
>
<Icon
type=
"ios-trash"
/>
删除
</a
<a
@
click=
"remove(row.id)"
>
<Icon
type=
"ios-trash"
/>
删除
</a
>
>
<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;
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment