SldEditFormCom.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @import '~antd/lib/style/themes/default.less';
  2. .tableListForm {
  3. :global {
  4. .ant-form-item {
  5. width: 250px;
  6. margin-bottom: 24px;
  7. margin-right: 0;
  8. display: flex;
  9. > .ant-form-item-label {
  10. width: auto;
  11. line-height: 31px;
  12. padding-right: 8px;
  13. }
  14. .ant-form-item-control {
  15. line-height: 31px;
  16. }
  17. }
  18. .ant-form-item-control-wrapper {
  19. flex: 1;
  20. }
  21. .ant-form-item-label{
  22. padding-right: 0 !important;
  23. }
  24. .ant-form-item-label>label{
  25. font-size: 13px !important;
  26. color: #555;
  27. }
  28. .ant-form-item-label>label:after{
  29. content: '' !important;
  30. }
  31. .ant-form input{
  32. border-color: #E5E5E5;
  33. height: 31px !important;
  34. }
  35. .ant-btn span{
  36. font-size: 13px;
  37. }
  38. .ant-calendar-picker span.ant-calendar-picker-input{
  39. padding-top: 0 !important;
  40. }
  41. .ant-calendar-picker .ant-calendar-range-picker-separator{
  42. padding-top: 4px;
  43. }
  44. .ant-input-group > .ant-input:first-child{
  45. border-right: 0;
  46. }
  47. }
  48. .submitButtons {
  49. display: block;
  50. white-space: nowrap;
  51. margin-bottom: 24px;
  52. }
  53. }
  54. :global {
  55. .ant-input-group > .ant-input:first-child{
  56. border-right: 0;
  57. }
  58. .ant-input-group-addon{
  59. background: #fff;
  60. }
  61. .anticon svg{
  62. //color:#979899;
  63. }
  64. .ant-input-group-addon{
  65. padding: 0 9px;
  66. }
  67. }
  68. .input_after_ml {
  69. margin-left: 10px;
  70. }
  71. .flex_com_row_wrap{
  72. .item{
  73. width: 150px;
  74. margin-left: 3px;
  75. }
  76. display: flex;
  77. flex-direction: row;
  78. flex-wrap:wrap;
  79. :global {
  80. .ant-form-item {
  81. width: 250px;
  82. margin-bottom: 24px;
  83. margin-right: 0;
  84. display: flex;
  85. > .ant-form-item-label {
  86. width: auto;
  87. line-height: 31px;
  88. padding-right: 8px;
  89. }
  90. .ant-form-item-control {
  91. line-height: 31px;
  92. }
  93. }
  94. }
  95. }