comp-table-list.component.scss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. nz-table{
  2. width:100%;
  3. padding:20px;
  4. th{
  5. color:var(--color-text-desc);
  6. }
  7. }
  8. // 选中,批量操作区域
  9. .batch-toolbar-modal{
  10. position: absolute;
  11. display: flex;
  12. justify-content: center;
  13. bottom: 80px;
  14. left: calc(50% - 210px);
  15. -webkit-transform: translate(0);
  16. transform: translate(0);
  17. }
  18. .batch-toolbar {
  19. display: flex;
  20. align-items: center;
  21. height: 56px;
  22. // min-width: 600px;
  23. background: #fff;
  24. border: 1px solid #e5e6eb;
  25. box-sizing: border-box;
  26. box-shadow: 0 16px 32px -10px rgba(4, 24, 115, .1);
  27. border-radius: 4px;
  28. button{
  29. color:#545968;
  30. }
  31. }
  32. .batch-toolbar .styles_counter__18S08 {
  33. color: #fff;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. height: 100%;
  38. background: #215ae5;
  39. width: 100px;
  40. font-size: 12px;
  41. border-top-left-radius: 4px;
  42. border-bottom-left-radius: 4px;
  43. }
  44. .batch-toolbar .batch-toolbar-actions {
  45. display: flex;
  46. margin: auto;
  47. padding: 0 20px;
  48. }
  49. .batch-toolbar .styles_cancel__AARoT {
  50. font-size: 16px;
  51. border-left: 1px solid #a9aeb8;
  52. // padding-left: 20px;
  53. display: flex;
  54. justify-content: center;
  55. width: 128px;
  56. }
  57. .batch-toolbar .styles_counter__18S08 .styles_num__178Wa {
  58. font-size: 24px;
  59. margin-left: 8px;
  60. }
  61. .ant-space-align-center {
  62. align-items: center;
  63. }
  64. .ant-space {
  65. display: inline-flex;
  66. }