From 67d7218de417dbe12b2569c04ffdd8cf7ace96b4 Mon Sep 17 00:00:00 2001 From: yinxr <2273460044@qq.com> Date: Fri, 25 Jan 2019 16:35:17 +0800 Subject: [PATCH] Signed-off-by: yinxr <2273460044@qq.com> --- src/main/webapp/static/mweixin/css/custom-menu.css | 6 +++++- src/main/webapp/static/mweixin/custom-menu.less | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/mweixin/css/custom-menu.css b/src/main/webapp/static/mweixin/css/custom-menu.css index 47c54f7a..84188528 100644 --- a/src/main/webapp/static/mweixin/css/custom-menu.css +++ b/src/main/webapp/static/mweixin/css/custom-menu.css @@ -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; diff --git a/src/main/webapp/static/mweixin/custom-menu.less b/src/main/webapp/static/mweixin/custom-menu.less index a13136f6..1e8115ff 100644 --- a/src/main/webapp/static/mweixin/custom-menu.less +++ b/src/main/webapp/static/mweixin/custom-menu.less @@ -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{