index.scss 417 B

1234567891011121314151617181920212223
  1. @import "../../../assets/styles";
  2. .power-index-content {
  3. background: rgba(245, 247, 249, 1);
  4. .gl-filters {
  5. height: 50px;
  6. background: $bg-color;
  7. display: flex;
  8. align-items: center;
  9. justify-content: flex-start;
  10. box-sizing: border-box;
  11. padding: 0 10px;
  12. }
  13. }
  14. .el-dropdown-link {
  15. cursor: pointer;
  16. color: #409EFF;
  17. display: flex;
  18. align-items: center;
  19. justify-content: center;
  20. }