Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
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
西魏
cms_sys
Commits
90f85790
Commit
90f85790
authored
Jan 26, 2019
by
a123456
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: a123456 <1209165801@qq.com>
parent
5318c3b9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
14 deletions
+47
-14
index.ftl
src/main/webapp/WEB-INF/manager/mweixin/metarial/index.ftl
+45
-12
menu.css
src/main/webapp/static/mweixin/css/menu.css
+1
-1
menu.less
src/main/webapp/static/mweixin/menu.less
+1
-1
No files found.
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-option>
</el-select>
<el-select v-model="value2" placeholder="请选择" size="small">
<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-header>
<!--素材列表-->
<!--素材列表-->
<el-main class="ms-admin-material-list">
<el-main class="ms-admin-material-list ms-container">
<div class="ms-admin-material-item">
<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>
</div>
</el-main>
</el-main>
</el-container>
</el-container>
</el-main>
</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 Mate 20 6GB+64GB 全网最低价...',
img: '',
det: '传播名HUAWEI Mate 20 6GB+64GB 全网最低价,后置摄像头后置莱卡散射,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
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