tableChange.css 1.7 KB

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