5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 e74a7c7afc56cf229058091fe2ae143cf0bdb3ca
src/views/order/orderLayout.vue
@@ -88,7 +88,7 @@
</script>
<style lang="scss">
@import url("@/assets/css/order/index.scss");
.box-view{
.box-view {
  flex-direction: column;
  align-items: center;
}
@@ -118,9 +118,9 @@
  right: 0px;
  width: calc(100% - 16px);
  height: 3px;
  background-color: rgb(42, 100, 251);
  background-color: #f7b328;
}
.right-view{
.right-view {
  width: 1200px;
}
</style>