personnelList.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. .ant-modal-close-x {
  11. position: absolute;
  12. top: -10px;
  13. right: -10px;
  14. }
  15. .peo-table {
  16. width: 100%;
  17. height: 200px;
  18. border: 1px solid #000;
  19. box-sizing: border-box;
  20. li {
  21. width: 25%;
  22. height: 25%;
  23. float: left;
  24. border-right: 1px solid #ccc;
  25. border-bottom: 1px solid #ccc;
  26. box-sizing: border-box;
  27. text-align: center;
  28. line-height: 48px;
  29. overflow: hidden;
  30. .peo-left {
  31. width: 40%;
  32. height: 100%;
  33. border-right: 1px solid #ccc;
  34. box-sizing: border-box;
  35. float: left;
  36. background-color: #eee;
  37. }
  38. .peo-right {
  39. width: 60%;
  40. height: 100%;
  41. box-sizing: border-box;
  42. float: left;
  43. }
  44. }
  45. }
  46. .title-peo {
  47. margin-top: 10px;
  48. width: 100%;
  49. height: 30px;
  50. line-height: 30px;
  51. text-align: center;
  52. font-size: 20px;
  53. background-color: skyblue;
  54. h6 {
  55. line-height: 40px;
  56. }
  57. }
  58. .ant-form-item {
  59. margin-bottom: 0px !important;
  60. }
  61. .half-item {
  62. height: 35px;
  63. }