overwriter.less 677 B

123456789101112131415161718192021222324252627282930313233343536
  1. // .ant-table-thead > tr > th {
  2. // text-align: center;
  3. // font-weight: 700;
  4. // }
  5. // /deep/ .ant-table-tbody {
  6. // text-align: center;
  7. // }
  8. // /deep/ th.replacecolor {
  9. // background-color: #ccc;
  10. // }
  11. // 报表 子表标题 统一样式
  12. .table-title {
  13. margin: 0;
  14. border: 1px solid #e8e8e8;
  15. background-color: #f2f2f2;
  16. border-top-right-radius: 16px;
  17. border-bottom: none;
  18. font-size: 16px;
  19. width: 160px;
  20. height: 40px;
  21. line-height: 40px;
  22. text-align: center;
  23. }
  24. // 所有备注文本框
  25. .note-one,
  26. .note-two {
  27. height: 100%;
  28. .noteDetail {
  29. background-color: #f2f2f2;
  30. padding: 10px;
  31. }
  32. /deep/ .ant-btn-primary {
  33. margin: 20px 0 10px 0;
  34. }
  35. }