| | |
| | | <style lang="scss" scoped> |
| | | .createUser { |
| | | border-radius: 1px; |
| | | background-color: #09152f; |
| | | background-color: white; |
| | | |
| | | main { |
| | | text-align: left; |
| | | background-color: #09152f; |
| | | background-color: white; |
| | | padding-bottom: 50px; |
| | | |
| | | .mainContent { |
| | | display: flex; |
| | | justify-content: center; |
| | | padding-top: 50px; |
| | | &:deep(.el-dialog__title) { |
| | | color: #4b9bb7; |
| | | } |
| | | &::v-deep .el-form-item__label { |
| | | color: #4b9bb7; |
| | | } |
| | | |
| | | &::v-deep .el-input__inner { |
| | | width: 400px; |
| | | background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | //&:deep(.el-dialog__title) { |
| | | // color: #4b9bb7; |
| | | //} |
| | | //&::v-deep .el-form-item__label { |
| | | // color: #4b9bb7; |
| | | //} |
| | | // |
| | | //&::v-deep .el-input__inner { |
| | | // width: 400px; |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | //} |
| | | |
| | | .message-item__left { |
| | | width: 400px; |
| | |
| | | width: 400px; |
| | | } |
| | | |
| | | :deep(.el-input) { |
| | | width: 400px; |
| | | } |
| | | //:deep(.el-input) { |
| | | // width: 400px; |
| | | //} |
| | | |
| | | .message-item { |
| | | display: flex; |
| | |
| | | margin-left: 20px; |
| | | } |
| | | |
| | | :deep(.el-input--suffix) { |
| | | width: 400px; |
| | | } |
| | | |
| | | &::v-deep .el-textarea__inner { |
| | | background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | //:deep(.el-input--suffix) { |
| | | // width: 400px; |
| | | //} |
| | | // |
| | | //&::v-deep .el-textarea__inner { |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | //} |
| | | |
| | | .el-form-item__content { |
| | | width: 400px; |