lxf
2025-07-05 8c51de06d839339f428ca0691099fe60740765cf
src/components/Transform/perpetual-order/index.vue
@@ -191,7 +191,7 @@
    // color: $text-color;
    position: relative;
    color: #fff !important;
    background-color: #000;
    background-color: #3a7ff6;
    // padding: 15px 0;
    // color: $text_color;
    border-radius: 8px;
@@ -217,4 +217,9 @@
    color: $text_color;
  }
}
.border-b-color{
  border-bottom: 1px solid #e5e7ed !important;
  padding-bottom: 10px;
}
</style>