src/assets/style/index.scss
@@ -165,7 +165,24 @@
.border_radius_12{
  border-radius: 12px;
}
// 列表下的页签的样式
.table-bottom-tabs {
  height: 34px;
  line-height: 34px;
  display: flex;
  font-size: 14px;
  .tab-pane {
    min-width: 60px;
    width:auto;
    padding:0 20px;
    margin-right: 20px;
    text-align: center;
    background: #2a78fb;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;