tableChange.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. .tab4 .modelSearch {
  77. position: relative;
  78. top: 13px;
  79. margin: 5px;
  80. }
  81. .modelSearch .el-input__inner {
  82. width: 180px;
  83. }
  84. a {
  85. text-decoration: none;
  86. margin-right: 15px;
  87. margin-bottom: 15px;
  88. }
  89. .el-date-editor.el-input, .el-date-editor.el-input__inner{
  90. width: 140px;
  91. height: 35px;
  92. }
  93. .el-icon-date{
  94. position: relative;
  95. top: -2px;
  96. }
  97. .el-table th{
  98. background-color: #f8f8f8;
  99. }
  100. .tab4 input.el-input {
  101. height: 35px;
  102. /* width: 200px; */
  103. }
  104. .tab4 .el-input--suffix .el-input__inner {
  105. padding-right: 0;
  106. }
  107. .tab4 .inputbox{
  108. width: 150px;
  109. position: relative;
  110. margin: 10px;
  111. }
  112. .tab4{
  113. position: relative;
  114. }
  115. .tab4 .search{
  116. position: absolute;
  117. right: 4px;
  118. top: 17px;
  119. }
  120. .tab4 .el-date-editor.el-input, .el-date-editor.el-input__inner {
  121. width: 150px;
  122. height: 35px;
  123. }