tableChange.css 2.0 KB

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