overwriter.less 713 B

12345678910111213141516171819202122232425262728293031323334353637
  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. min-height: 100px;
  28. .noteDetail {
  29. background-color: #fafafa;
  30. padding: 10px;
  31. border: 1px solid #f2f2f2;
  32. }
  33. /deep/ .ant-btn-primary {
  34. margin: 20px 0 10px 0;
  35. }
  36. }