content.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .set-content {
  2. background: #fff;
  3. padding: 20px;
  4. .set-title {
  5. >span {
  6. font-size: 16px;
  7. color: #333;
  8. }
  9. >button {
  10. float: right;
  11. margin-right: 20px;
  12. }
  13. }
  14. .member-table {
  15. margin-top: 20px;
  16. }
  17. .set-search {
  18. >input {
  19. width: 120px;
  20. }
  21. >* {
  22. margin-right: 10px;
  23. margin-top: 10px;
  24. }
  25. }
  26. }
  27. .ant-modal-body {
  28. .modal-content {
  29. >.list {
  30. margin-bottom: 20px;
  31. float: left;
  32. width: 50%;
  33. >span {
  34. margin-right: 20px;
  35. display: inline-block;
  36. width: 60px;
  37. text-align: right;
  38. }
  39. >input {
  40. width: 200px;
  41. }
  42. .modal-det {
  43. width: 200px;
  44. text-align: left;
  45. }
  46. }
  47. }
  48. .modal-text {
  49. margin-right: 20px;
  50. display: inline-block;
  51. width: 60px;
  52. text-align: right;
  53. }
  54. }
  55. .user-content{
  56. padding: 15px;
  57. background: #ffffff;
  58. }
  59. thead>tr>.ant-table-selection-column>span .ant-checkbox-inner{display:none;}
  60. .half-item{ float: left;
  61. width: 50%;
  62. margin-bottom: 10px;}