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
0df5bb3d
Commit
0df5bb3d
authored
Jan 26, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '4.7.0' of
https://gitee.com/mingSoft/MCMS.git
into 4.7.0
parents
db7b097e
826dbe27
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
menu.ftl
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
+4
-4
app.less
src/main/webapp/static/ms-admin/4.7.0/less/app.less
+1
-0
menu.css
src/main/webapp/static/mweixin/css/menu.css
+3
-2
menu.less
src/main/webapp/static/mweixin/menu.less
+3
-2
No files found.
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
View file @
0df5bb3d
...
...
@@ -2,15 +2,15 @@
<div id="menu-vue">
<!--左侧-->
<el-container>
<el-container
class="am-admin-menu"
>
<!--右侧头部-->
<el-header height="50px">
<div class="ms-admin-title">
<div class="ms-admin-
menu-
title">
<i></i> 吕小布微信号
</div>
</el-header>
<el-main>
<el-menu class="ms-
weixin
-menu" default-active="0-0">
<el-menu class="ms-
admin-menu
-menu" default-active="0-0">
<template v-for="(menu,i) in menuList">
<!--单个选项-->
<el-menu-item :index="i" @click="menuActive = menu.title" v-if="!menu.sub" v-text="menu.title"></el-menu-item>
...
...
@@ -20,7 +20,7 @@
<span v-text="menu.title"></span>
</template>
<el-menu-item-group>
<el-menu-item class="ms-
weixin
-menu-item" @click="menuActive = sub.title" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
<el-menu-item class="ms-
admin-menu
-menu-item" @click="menuActive = sub.title" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
</el-menu-item-group>
</el-submenu>
</template>
...
...
src/main/webapp/static/ms-admin/4.7.0/less/app.less
View file @
0df5bb3d
...
...
@@ -5,6 +5,7 @@ body {
min-height: 100vh;
background-color: @backgroundColor;
margin: 0;
display: flex;
.ms-font(@defalutSize, @defalutColor) !important; //默认字体样式
* {
text-decoration: none !important;
...
...
src/main/webapp/static/mweixin/css/menu.css
View file @
0df5bb3d
...
...
@@ -24,6 +24,7 @@ body {
min-height
:
100vh
;
background-color
:
#eee
;
margin
:
0
;
display
:
flex
;
font-weight
:
initial
!important
;
font-size
:
14px
!important
;
color
:
#333
!important
;
...
...
@@ -100,10 +101,10 @@ textarea::-webkit-input-placeholder {
display
:
flex
;
align-items
:
center
;
}
.ms-
weix
in-menu
{
.ms-
adm
in-menu
{
min-height
:
calc
(
100vh
-
50px
);
background
:
#fff
;
}
.ms-
weix
in-menu-item
{
.ms-
adm
in-menu-item
{
min-width
:
100%
!important
;
}
src/main/webapp/static/mweixin/menu.less
View file @
0df5bb3d
...
...
@@ -5,11 +5,11 @@
align-items: center;
}
.ms-
weix
in-menu {
.ms-
adm
in-menu {
min-height: ~'calc(100vh - 50px)';
background: #fff;
}
.ms-
weix
in-menu-item {
.ms-
adm
in-menu-item {
min-width: 100% !important;
}
\ No newline at end of file
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