| | |
| | | <style lang="scss" scoped> |
| | | .updateUser { |
| | | border-radius: 1px; |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | |
| | | main { |
| | | text-align: left; |
| | | padding: 50px 55px; |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | |
| | | .mainContent { |
| | | .my-tree { |
| | | height: 200px; |
| | | overflow: hidden; |
| | | background-color: #17324c; |
| | | // background-color: #17324c; |
| | | position: relative; |
| | | border-radius: 4px; |
| | | |
| | |
| | | position: absolute; |
| | | left: 0px; |
| | | bottom: 0px; |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | width: 100%; |
| | | height: 20px; |
| | | border-bottom-left-radius: 4px; |
| | |
| | | position: absolute; |
| | | right: 0px; |
| | | top: 0px; |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | width: 20px; |
| | | height: 100%; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | &::v-deep .el-textarea__inner { |
| | | background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | // &::v-deep .el-textarea__inner { |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | // } |
| | | |
| | | ::v-deep .el-input__inner { |
| | | background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | // ::v-deep .el-input__inner { |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | // } |
| | | } |
| | | |
| | | .selection { |
| | |
| | | } |
| | | |
| | | .cancel { |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | color: #4b9bb7; |
| | | } |
| | | } |