global.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* 全局样式表 */
  2. html,
  3. body,
  4. #app {
  5. height: 100%;
  6. margin: 0px;
  7. padding: 0px;
  8. min-width: 1366px;
  9. }
  10. .el-breadcrumb {
  11. padding: 15px 0 15px 10px;
  12. font-size: 13px;
  13. }
  14. .el-card {
  15. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
  16. }
  17. .el-footer {
  18. background-color: #444C5B;
  19. display: flex;
  20. justify-content: space-around;
  21. align-items: center;
  22. font-size: 12px;
  23. color: #ffffff;
  24. }
  25. .el-form {
  26. margin-top: 12px;
  27. }
  28. .divi {
  29. display: block;
  30. height: 1px;
  31. width: 100%;
  32. margin: 24px 0;
  33. background-color: #dcdfe6;
  34. position: relative;
  35. }
  36. .centered {
  37. margin: 0 auto;
  38. }
  39. .coalblock {
  40. width: 115px;
  41. height: 77px;
  42. border: solid 1px #dcdfe6;
  43. padding-top: 20px;
  44. margin-left: 25px;
  45. text-align: center;
  46. display: inline-block;
  47. }
  48. .el-select {
  49. margin-bottom: 10px;
  50. }
  51. .com-container {
  52. width: 100%;
  53. height: 100%;
  54. overflow: hidden;
  55. }
  56. .com-chart {
  57. width: 60%;
  58. height: 100%;
  59. overflow: hidden;
  60. }
  61. /* .table-wrapper ::v-deep .el-table__body-wrapper::-webkit-scrollbar {
  62. width: 6px;
  63. height: 6px;
  64. } */
  65. .el-tabs__nav-scroll {
  66. overflow: hidden;
  67. background-color: aliceblue;
  68. }