暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_bill.scss 500B

1234567891011121314151617181920212223242526272829
  1. #chart-1 {
  2. height: 365px !important;
  3. }
  4. .unpaid-content {
  5. li {
  6. padding : 15px 0px;
  7. display : flex;
  8. justify-content: space-between;
  9. border-bottom : 1px solid $border-color;
  10. &:first-child {
  11. padding-top: 0px;
  12. }
  13. &:last-child {
  14. padding-bottom: 0px;
  15. border : 0px;
  16. }
  17. h5 {
  18. font-size: 14px;
  19. }
  20. }
  21. }
  22. #activityBar {
  23. height: 287px !important;
  24. }