|
|
|
@ -179,10 +179,14 @@ textarea::-webkit-input-placeholder { |
|
|
|
flex: 1; |
|
|
|
flex: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
.ms-custom-menu .ms-custom-container .el-main { |
|
|
|
.ms-custom-menu .ms-custom-container .el-main { |
|
|
|
padding: 0 20px; |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
padding-left: 20px; |
|
|
|
flex: 1; |
|
|
|
flex: 1; |
|
|
|
height: 470px; |
|
|
|
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 { |
|
|
|
.ms-custom-menu .ms-custom-container .el-main .custom-menu-card .ms-custom-menu-name .el-form-item__content { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: flex-start; |
|
|
|
|