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{