overwriter.css 506 B

1234567891011121314151617181920212223242526
  1. .table-title {
  2. margin: 0;
  3. border: 1px solid #e8e8e8;
  4. background-color: #f2f2f2;
  5. border-top-right-radius: 16px;
  6. border-bottom: none;
  7. font-size: 16px;
  8. width: 160px;
  9. height: 40px;
  10. line-height: 40px;
  11. text-align: center;
  12. }
  13. .note-one,
  14. .note-two {
  15. min-height: 100px;
  16. }
  17. .note-one .noteDetail,
  18. .note-two .noteDetail {
  19. background-color: #fafafa;
  20. padding: 10px;
  21. border: 1px solid #f2f2f2;
  22. }
  23. .note-one /deep/ .ant-btn-primary,
  24. .note-two /deep/ .ant-btn-primary {
  25. margin: 20px 0 10px 0;
  26. }