lxf
2025-07-07 93f9b248dd0eecbaa77006e5146c58c831d89d8e
src/components/Transform/perpetual-order/index.vue
@@ -190,10 +190,12 @@
    // padding-bottom: 16px;
    // color: $text-color;
    position: relative;
    color: #fff !important;
    background-color: #3a7ff6;
    // padding: 15px 0;
    color: $text_color;
    // color: $text_color;
    border-radius: 8px;
    background-color: $color_main
    // background-color: $color_main
  }
  // .active-line::after {
@@ -215,4 +217,9 @@
    color: $text_color;
  }
}
.border-b-color{
  border-bottom: 1px solid #e5e7ed !important;
  padding-bottom: 10px;
}
</style>