.rnr-dialog { .el-dialog__header { color: #333333; font-family: PingFangSC-Medium; font-size: 16px; font-weight: 500; padding: 16px 20px; height: 56px; } .el-dialog__body { font-family: PingFangSC-Regular; padding: 24px; .el-form { .el-form-item { .el-form-item__label { color: #71747B; font-size: 14px; height: 20px; font-weight: 400; line-height: 20px; margin-bottom: 10px; } .el-input__inner { height: 32px; line-height: 32px; } &:last-child { margin-bottom: 0; } .el-form-item__field-tip { color: #71747B; font-size: 12px; line-height: 16px; padding-top: 4px; } &.is-error { .el-form-item__field-tip { display: none; } } } } } .el-dialog__footer { box-shadow: 0px 0px 12px 0px rgba(196, 198, 207, 0.21); padding: 16px 24px; text-align: right; .el-button { border-radius: 4px; height: 32px; line-height: 32px; padding: 0 24px; } } .el-row { margin-top: 24px; } }