tableChange.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: 30px auto;
  12. }
  13. .tabNav {
  14. border-radius: 30px;
  15. }
  16. .el-table .cell {
  17. text-align: center
  18. }
  19. .el-radio-button__inner {}
  20. .main {
  21. margin: -30px 30px;
  22. }
  23. .span {
  24. color: orange;
  25. display: block;
  26. margin-top: 10px;
  27. }
  28. .el-input__inner {
  29. height: 30px;
  30. }
  31. .el-input__inner:nth:first-child(1) {
  32. width: 100px;
  33. }
  34. .el-input__icon {
  35. line-height: 30px
  36. }
  37. .search {
  38. display: inline-block;
  39. background-color: #409EFF;
  40. color: white;
  41. border-radius: 2px;
  42. width: 50px;
  43. text-align: center;
  44. padding: 4px;
  45. cursor: pointer;
  46. position: absolute;
  47. right: 30px;
  48. }
  49. .el-table,
  50. .el-table__expanded-cell {
  51. margin-top: 5px;
  52. }
  53. .tab4 .el-table,
  54. .el-table__expanded-cell {
  55. margin-top: 20px;
  56. }
  57. .el-pagination {
  58. text-align: right;
  59. }
  60. .el-pagination__total {
  61. position: absolute;
  62. left: 30px;
  63. }
  64. a {
  65. text-decoration: none;
  66. }
  67. .content .el-input__inner{
  68. width: 150px;
  69. }