table.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .layui-table-tool-panel {
  2. margin-top: 10px !important;
  3. }
  4. .layui-table-tool {
  5. background-color: white !important;
  6. border-bottom: none !important;
  7. padding-bottom: 10px !important;
  8. }
  9. .layui-table-header,
  10. .layui-table-header th {
  11. background-color: white !important;
  12. }
  13. .layui-table-view {
  14. border: none !important;
  15. }
  16. /** 兼容 layui 2.7.0 升级 table cell 单元格边距的调整 */
  17. .layui-table-view .layui-table td, .layui-table-view .layui-table th {
  18. padding: 5px 0px;
  19. }
  20. .layui-table-cell {
  21. height: 34px;
  22. line-height: 34px;
  23. }
  24. .layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
  25. border-radius: 50px !important;
  26. border-radius: 4px!important;
  27. background-color: #5FB878 !important;
  28. }
  29. .layui-table-view .layui-table{
  30. width: 100%;
  31. }
  32. .layui-table tr {
  33. height: 34px;
  34. line-height: 34px;
  35. }
  36. .layui-table-cell {
  37. padding-top: 1px !important;
  38. }
  39. .layui-table-box * {
  40. font-size: 13px !important;
  41. }
  42. .layui-table-page .layui-laypage input {
  43. width: 40px;
  44. height: 26.5px!important;
  45. }
  46. .layui-table-box button {
  47. font-size: 15px !important;
  48. }
  49. .layui-table-page {
  50. height: 45px !important;
  51. padding-top: 10px !important;
  52. }
  53. .layui-table-tool .layui-inline {
  54. border-radius: 3px !important;
  55. width: 30px !important;
  56. height: 30px !important;
  57. line-height: 20px !important;
  58. }
  59. .layui-table-view .layui-table[lay-skin=line] {
  60. border: none !important;
  61. }
  62. .layui-table-init .layui-icon{
  63. font-size: 40px !important;
  64. margin: -15px 0 0 -15px;
  65. }
  66. .layui-table-body::-webkit-scrollbar {
  67. width: 0px;
  68. height: 0px;
  69. }
  70. .layui-table-body::-webkit-scrollbar {
  71. width: 6px;
  72. height: 6px;
  73. }
  74. .layui-table-body::-webkit-scrollbar-track {
  75. background: white;
  76. border-radius: 2px;
  77. }
  78. .layui-table-body::-webkit-scrollbar-thumb {
  79. background: #E6E6E6;
  80. border-radius: 2px;
  81. }
  82. .layui-table-body::-webkit-scrollbar-thumb:hover {
  83. background: #E6E6E6;
  84. }
  85. .layui-table-body::-webkit-scrollbar-corner {
  86. background: #f6f6f6;
  87. }