3 days ago 584860d11b454774b60c71b63d221b5481c0f3bd
src/page/user/favorites.vue
@@ -107,10 +107,12 @@
            >
              <div class="item_box">
                <div class="item_box_left">
                  <div class="item_box_left_top">{{ item.spell }}</div>
                  <div class="item_box_left_top">{{ item.spell }}1</div>
                  <div class="item_box_left_bottom">{{ item.name }}</div>
                </div>
                <div class="item_box_zj">{{ item.nowPrice }}</div>
                <div class="item_box_zj">
                  {{ item.nowPrice | _toLocaleString(false) }}
                </div>
                <div
                  :class="
@@ -1629,7 +1631,7 @@
    display: block;
    content: "";
    height: 0.07rem;
    background-color: #1381a4;
    background-color: #00f0ff;
    width: 100%;
    left: 0;
    bottom: -0.25rem;
@@ -1923,4 +1925,4 @@
  font-weight: 800;
  padding: 0.6rem 0 0 0.5rem;
}
</style>
</style>