| | |
| | | <template> |
| | | <div id="app"> |
| | | <router-view /> |
| | | <router-view :key="$route.fullpath"/> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | }; |
| | | </script> |
| | | <style lang="scss"> |
| | | body { |
| | | --operation-color: #409eff; |
| | | } |
| | | .el-select-dropdown__item { |
| | | height: 100% !important; |
| | | } |
| | |
| | | } |
| | | |
| | | .button-addition { |
| | | background-color: #eb5d01 !important; |
| | | border: 1px solid #eb5d01 !important; |
| | | background-color: #eb5d01; |
| | | border: 1px solid #eb5d01; |
| | | color: #ffffff; |
| | | } |
| | | |
| | |
| | | .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; |
| | | header{ |
| | | background-color: transparent; |
| | | border: none |
| | | } |
| | | } |
| | | // 设置弹出框样式 |
| | | .el-dialog__title { |
| | | color: #4b9bb7; |
| | | color: #333; |
| | | } |
| | | |
| | | .el-dialog__header { |
| | | color: black; |
| | | 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-textarea__inner { |
| | | // background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | // border: 1px solid #17324c; |
| | | } |
| | | } |
| | | .el-table__body-wrapper::-webkit-scrollbar { |
| | |
| | | .el-range-input { |
| | | // background-color: #09152f; |
| | | } |
| | | </style> |
| | | </style> |