| | |
| | | }; |
| | | </script> |
| | | <style lang="scss"> |
| | | .userList{ |
| | | //height: 100%; |
| | | } |
| | | .el-select-dropdown__item { |
| | | height: 100% !important; |
| | | } |
| | |
| | | .el-dialog__body { |
| | | // background-color: #06122c; |
| | | } |
| | | |
| | | .el-dialog__header { |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | padding: 20px; |
| | | line-height: 60px; |
| | | } |
| | | |
| | | .el-dialog__close { |
| | | width: 20px; |
| | | height: 20px; |
| | |
| | | |
| | | #app { |
| | | .userList{ |
| | | |
| | | height: 100%; |
| | | overflow: auto; |
| | | } |
| | | .list{ |
| | | |
| | | height: 100%; |
| | | overflow: auto; |
| | | } |
| | | // 设置弹出框样式 |
| | | .el-dialog__title { |
| | |
| | | background-color: #DCDFE6; |
| | | //border: 1px solid #DCDFE6; |
| | | } |
| | | |
| | | // 设置table样式 |
| | | .el-table__empty-block { |
| | | // background-color: #09152f; |
| | | } |
| | | |
| | | .el-table__empty-block { |
| | | color: #4b9bb7; |
| | | } |
| | | |
| | | .el-table__empty-text { |
| | | color: #4b9bb7; |
| | | } |
| | | |
| | | .el-table .warning-row { |
| | | // background: #06122c; |
| | | } |
| | | |
| | | .el-table .success-row { |
| | | // background: #071f39; |
| | | } |
| | | |
| | | .el-input__inner { |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | |
| | | .el-main { |
| | | min-width: 1024px; |
| | | padding: 0; |
| | | |
| | | .content { |
| | | padding: 11px; |
| | | height: 100%; |
| | |
| | | .page-nav { |
| | | padding: 40px 100px; |
| | | text-align: left; |
| | | |
| | | .nav-item { |
| | | line-height: 60px; |
| | | |
| | | |
| | | .nav-title { |
| | | color: #4178FE; |
| | | display: flex; |
| | |
| | | transform: none; |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |
| | | } |
| | |
| | | header { |
| | | // background-color: #09152f; |
| | | //border: 1px solid #fff; |
| | | |
| | | .headerContent { |
| | | padding: 0; |
| | | display: flex; |
| | | line-height: 100px; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | |
| | | .search { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | |
| | | span { |
| | | flex: 1; |
| | | } |
| | | |
| | | .el-input { |
| | | flex: 2; |
| | | // color: #1d3f57; |
| | | |
| | | &::v-deep .el-input__inner { |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | .findBtn { |
| | | line-height: 100px; |
| | | margin-left: 15px; |
| | | display: flex; |
| | | align-items: center; |
| | | margin-top: -2px; |
| | | |
| | | .el-button { |
| | | padding: 12px 25px; |
| | | |
| | | } |
| | | } |
| | | |
| | | .addBtn { |
| | | background-color: #409EFF; |
| | | border: none; |
| | | padding: 12px 30px; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | | </style> |
| | |
| | | margin-top: 20px; |
| | | padding-bottom: 50px; |
| | | //border: 1px solid #fff; |
| | | |
| | | .mainTitle { |
| | | line-height: 60px; |
| | | } |
| | | |
| | | .tools { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding: 0; |
| | | |
| | | .funs { |
| | | |
| | | display: flex; |
| | | .funs-sp { |
| | | border: 1px solid #DCDFE6; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .pagination { |
| | | margin-top: 50px; |
| | | display: flex; |
| | | line-height: 50px; |
| | | justify-content: center; |
| | | |
| | | .el-pagination { |
| | | &::v-deep li, |
| | | &::v-deep .btn-prev, |
| | |
| | | // background-color: #071f39; |
| | | // color: #4b9bb7; |
| | | } |
| | | |
| | | &::v-deep .active { |
| | | background-color: #409eff; |
| | | color: #fff; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-table { |
| | | // color: #4b9bb7; |
| | | // font-size: 10px; |
| | |
| | | .line { |
| | | padding: 0 1px; |
| | | } |
| | | |
| | | span:hover { |
| | | cursor: pointer; |
| | | } |