SldModal.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @import '~antd/lib/style/themes/default.less';
  2. :global {
  3. .ant-select-dropdown-menu-item:hover, .ant-select-dropdown-menu-item-active {
  4. background: #6da8fb !important;
  5. }
  6. .ant-form-item{
  7. margin-bottom: 6px;
  8. }
  9. .ant-modal-body{
  10. padding: 12px 10px 6px 10px;
  11. }
  12. .ant-form-item-control{
  13. line-height: 32px;
  14. }
  15. .ant-form-item-label{
  16. line-height: 32px;
  17. }
  18. .ant-modal-close-x .anticon svg{
  19. color: #fff !important;
  20. }
  21. .anticon-search svg{
  22. color: #fff !important;
  23. }
  24. }
  25. .sldPerminss{
  26. height: 400px;
  27. overflow-y: scroll;
  28. .sldGroup{
  29. font-weight: 600!important;
  30. color: #262626!important;
  31. }
  32. div{
  33. border-bottom: 1px solid #E9E9E9;
  34. }
  35. div:last-child{
  36. border-bottom: none;
  37. }
  38. :global{
  39. .ant-checkbox-wrapper{
  40. padding: 10px!important;
  41. }
  42. .ant-checkbox-group{
  43. display: block;
  44. }
  45. }
  46. }
  47. standardTableSlo_don {
  48. :global {
  49. .ant-table-pagination {
  50. margin-top: 24px;
  51. }
  52. }
  53. .tableAlert {
  54. margin-bottom: 16px;
  55. }
  56. }
  57. .ant-table-tbody >.seleSingle{
  58. background: #FCF0E4!important;
  59. }