lxf
2025-07-11 57ca8f40c4a33e7c1de314e6b24635e1fd53eafb
src/components/Transform/trade-order-area/index.vue
@@ -490,9 +490,9 @@
  right: 0;
  top: 90px;
  width: 100%;
  background-color: $grey_bg;
  background-color: #ebebeb;
  text-align: center;
  box-shadow: 0px 0px 3px 3px $grey_bg;
  // box-shadow: 0px 0px 3px 3px $grey_bg;
  border-radius: 4px;
  color: $text-color;
  z-index: 10;
@@ -503,7 +503,7 @@
}
.option-box>div:hover {
  background-color: $grey_bg;
  // background-color: $grey_bg;ss
}
.num-text-color {