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
67d7218d
Commit
67d7218d
authored
Jan 25, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
56b344b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
custom-menu.css
src/main/webapp/static/mweixin/css/custom-menu.css
+5
-1
custom-menu.less
src/main/webapp/static/mweixin/custom-menu.less
+3
-1
No files found.
src/main/webapp/static/mweixin/css/custom-menu.css
View file @
67d7218d
...
...
@@ -179,10 +179,14 @@ textarea::-webkit-input-placeholder {
flex
:
1
;
}
.ms-custom-menu
.ms-custom-container
.el-main
{
padding
:
0
20px
;
padding
:
0
;
padding-left
:
20px
;
flex
:
1
;
height
:
470px
;
}
.ms-custom-menu
.ms-custom-container
.el-main
.custom-menu-card
{
height
:
100%
;
}
.ms-custom-menu
.ms-custom-container
.el-main
.custom-menu-card
.ms-custom-menu-name
.el-form-item__content
{
display
:
flex
;
justify-content
:
flex-start
;
...
...
src/main/webapp/static/mweixin/custom-menu.less
View file @
67d7218d
...
...
@@ -79,11 +79,13 @@
}
// 内容
.el-main{
padding: 0 20px;
padding: 0;
padding-left: 20px;
flex: 1;
height: 470px;
// 内容区域卡片
.custom-menu-card{
height: 100%;
// 内容菜单表单
.ms-custom-menu-name{
.el-form-item__content{
...
...
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