Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
90f85790
Commit
90f85790
authored
Jan 26, 2019
by
a123456
Browse files
Signed-off-by: a123456 <1209165801@qq.com>
parent
5318c3b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/mweixin/metarial/index.ftl
View file @
90f85790
...
@@ -5,34 +5,67 @@
...
@@ -5,34 +5,67 @@
<!--右侧头部-->
<!--右侧头部-->
<el-header class="ms-header" height="52px">
<el-header class="ms-header" height="52px">
<el-row>
<el-row>
<el-button type="primary" size="small">
<el-button type="primary" size="small" icon="el-icon-plus">添加</el-button>
<i class="el-icon-plus"></i>添加</el-button>
<el-button class="ms-fr" size="small" icon="el-icon-refresh">刷新</el-button>
<el-button class="ms-fr" size="small">
<i class="el-icon-refresh"></i>刷新</el-button>
<el-button class="ms-fr" size="small">同步微信素材</el-button>
<el-button class="ms-fr" size="small">同步微信素材</el-button>
</el-row>
</el-row>
</el-header>
</el-header>
<el-main>
<el-container>
<!--内容同步-->
<!--内容头部-->
<el-container>
<el-header class="ms-tr ms-header">
<el-header class="ms-tr ms-header">
<el-select v-model="value1" placeholder="请选择" size="small">
<el-option v-for="item in options1" :key="item.value" :label="item.label" :value="item.value">
</el-header>
</el-option>
<!--素材列表-->
</el-select>
<el-main class="ms-admin-material-list">
<el-select v-model="value2" placeholder="请选择" size="small">
<div class="ms-admin-material-item">
<el-option v-for="item in options2" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-button type="primary" icon="el-icon-search" size="small">查询</el-button>
</el-header>
<!--素材列表-->
<el-main class="ms-admin-material-list ms-container">
<div class="ms-admin-material-item" v-for="material in materialList">
<div>
<span v-text="'更新于'+material.date"></span>
<i class="iconfont icon-weixin"></i>
</div>
<div>
<span></span>
<img />
<p></p>
</div>
<div>
<i></i>
<i></i>
</div>
</div>
</
el-main
>
</
div
>
</el-
cont
ain
er
>
</el-
m
ain>
</el-
m
ain>
</el-
cont
ain
er
>
</el-container>
</el-container>
</
div
>
</
div
>
<
script
>
<
script
>
new Vue(
{
new Vue(
{
el
:
"#material-list-vue"
,
el
:
"#material-list-vue"
,
data
:
{},
data
:
{
options1
:
[
{
value
:
'全部图片'
,
label
:
'全部图片'
}
]
,
options2
:
[
{
value
:
'全部图片'
,
label
:
'全部图片'
}
]
,
value1
:
'全部图片'
,
value2
:
''
,
materialList
:
[
{
date
:
'
12
月
27
日'
,
title
:
'
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价...'
,
img
:
''
,
det
:
'传播名
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价,后置摄像头后置莱卡散射,
12000
万亿像素(光脚,
1
/
1.6
光圈)+
1200
万像素(超广角),......'
}
]
,
},
methods
:
{},
methods
:
{},
mounted
:
function
()
{}
mounted
:
function
()
{}
}
)
}
)
...
...
src/main/webapp/static/mweixin/css/menu.css
View file @
90f85790
...
@@ -133,6 +133,6 @@ textarea::-webkit-input-placeholder {
...
@@ -133,6 +133,6 @@ textarea::-webkit-input-placeholder {
min-height
:
calc
(
100vh
-
50px
);
min-height
:
calc
(
100vh
-
50px
);
background
:
#fff
;
background
:
#fff
;
}
}
.ms-admin-menu
.el-main
.ms-admin-m
enu-menu
-item
{
.ms-admin-menu
.el-main
.ms-admin-m
aterial
-item
{
min-width
:
100%
!important
;
min-width
:
100%
!important
;
}
}
src/main/webapp/static/mweixin/menu.less
View file @
90f85790
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
min-height: ~'calc(100vh - 50px)';
min-height: ~'calc(100vh - 50px)';
background: #fff;
background: #fff;
}
}
.ms-admin-m
enu-menu
-item {
.ms-admin-m
aterial
-item {
min-width: 100% !important;
min-width: 100% !important;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
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