Commit 67d7218d authored by yinxr's avatar yinxr

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

parent 56b344b4
......@@ -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;
......
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment