tableChange.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-size: 16px;
  5. font-weight: 400;
  6. }
  7. #app {
  8. height: 100%;
  9. width: 100%;
  10. }
  11. .nav {
  12. width: 420px;
  13. margin: 20px auto;
  14. }
  15. .tabNav {
  16. border-radius: 30px;
  17. }
  18. .el-table .cell {
  19. text-align: center;
  20. }
  21. .main {
  22. margin: -5px 22px;
  23. }
  24. .span {
  25. color: orange;
  26. display: block;
  27. margin-top: 10px;
  28. }
  29. .el-input__inner {
  30. height: 35px;
  31. margin-right: 15px;
  32. margin-bottom: 15px;
  33. }
  34. .el-range-editor.el-input__inner {
  35. height: 30px;
  36. padding: 0;
  37. }
  38. .el-input__inner:nth-last-child(1){
  39. width: 30px;
  40. }
  41. .el-icon-arrow-up{
  42. position: relative;
  43. left: -10px;
  44. top: -8px;
  45. }
  46. .el-icon-date{
  47. position: relative;
  48. top: -8px;
  49. }
  50. .search {
  51. display: inline-block;
  52. background-color: #409EFF;
  53. color: white;
  54. border-radius: 2px;
  55. width: 50px;
  56. text-align: center;
  57. padding: 4px;
  58. cursor: pointer;
  59. position: absolute;
  60. right: 30px;
  61. }
  62. .el-table,
  63. .el-table__expanded-cell {
  64. margin-top: 5px;
  65. }
  66. .tab4 .el-table,
  67. .el-table__expanded-cell {
  68. /* margin-top: 20px; */
  69. }
  70. .el-pagination {
  71. text-align: right;
  72. }
  73. .modelSearch {
  74. display: inline-block
  75. }
  76. .modelSearch .el-input__inner {
  77. width: 180px;
  78. }
  79. a {
  80. text-decoration: none;
  81. margin-right: 15px;
  82. margin-bottom: 15px;
  83. }
  84. .el-date-editor.el-input, .el-date-editor.el-input__inner{
  85. width: 140px;
  86. height: 35px;
  87. }
  88. .el-icon-date{
  89. position: relative;
  90. top: -2px;
  91. }
  92. .el-table th{
  93. background-color: #f8f8f8;
  94. }
  95. .tab4 input.el-input {
  96. height: 35px;
  97. /* width: 200px; */
  98. }