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
67d7218d
Commit
67d7218d
authored
Jan 25, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
56b344b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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