tableChange.css 1.6 KB

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