personnelList.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. .peo-left {
  25. width: 40%;
  26. height: 100%;
  27. border-right: 1px solid #ccc;
  28. box-sizing: border-box;
  29. float: left;
  30. background-color: #eee;
  31. }
  32. .peo-right {
  33. width: 60%;
  34. height: 100%;
  35. box-sizing: border-box;
  36. float: left;
  37. }
  38. }
  39. }
  40. .title-peo {
  41. margin-top: 10px;
  42. width: 100%;
  43. height: 30px;
  44. line-height: 30px;
  45. text-align: center;
  46. font-size: 20px;
  47. background-color: skyblue;
  48. h6 {
  49. line-height: 40px;
  50. }
  51. }
  52. .ant-form-item {
  53. margin-bottom: 0px !important;
  54. }
  55. .half-item {
  56. height: 35px;
  57. }