personnelList.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .ant-tabs.ant-tabs-top.test.ant-tabs-line {
  2. background-color: #f5f5f5;
  3. }
  4. .ant-tabs-tab {
  5. font-weight: 900;
  6. }
  7. .ant-tabs-bar {
  8. margin-bottom: 0;
  9. }
  10. .peo-table {
  11. width: 100%;
  12. height: 200px;
  13. border: 1px solid #000;
  14. box-sizing: border-box;
  15. li {
  16. width: 25%;
  17. height: 25%;
  18. float: left;
  19. border-right: 1px solid #ccc;
  20. border-bottom: 1px solid #ccc;
  21. box-sizing: border-box;
  22. text-align: center;
  23. line-height: 48px;
  24. overflow: hidden;
  25. .peo-left {
  26. width: 40%;
  27. height: 100%;
  28. border-right: 1px solid #ccc;
  29. box-sizing: border-box;
  30. float: left;
  31. background-color: #eee;
  32. }
  33. .peo-right {
  34. width: 60%;
  35. height: 100%;
  36. box-sizing: border-box;
  37. float: left;
  38. }
  39. }
  40. }
  41. .title-peo {
  42. margin-top: 10px;
  43. width: 100%;
  44. height: 30px;
  45. line-height: 30px;
  46. text-align: center;
  47. font-size: 20px;
  48. background-color: skyblue;
  49. h6 {
  50. line-height: 40px;
  51. }
  52. }
  53. .ant-form-item {
  54. margin-bottom: 0px !important;
  55. }
  56. .half-item {
  57. height: 35px;
  58. }