Signed-off-by: yinxr <2273460044@qq.com>

This commit is contained in:
yinxr 2019-01-25 16:35:17 +08:00
parent 56b344b495
commit 67d7218de4
2 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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{