1
jhzh
2025-07-28 a8b0eb32d97e7a540692a8a29f610fe76d67ef74
src/page/list/favorites/data.list.vue
@@ -120,14 +120,14 @@
          <div class="laber">
            {{ shengouObj.type === 1 ? $t("hj57") : $t("配售数量") }}:
          </div>
          <input  type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
          <input  style="width: 40%;"  type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
        </div>
        <div class="input-box" style="margin-top:20px;" v-if="shengouObj.password">
        <!-- <div class="input-box" style="margin-top:20px;"> -->
          <div class="laber">
            {{$t("秘钥")}}:
          </div>
          <input type="text" :maxlength="9"  v-model="fromData.password"  />
          <input style="width: 40%;" type="text" :maxlength="9"  v-model="fromData.password"  />
        </div>
        <div class="shijian">
@@ -334,7 +334,6 @@
    height: 1.3rem;
    background: #f3f3f3;
    border-radius: 0.15rem;
    line-height: 1.3rem;
    padding-left: 10px;
    display: flex;
@@ -342,7 +341,6 @@
    font-size: 0.3975rem;
    .laber {
      margin-right: 10px;
      width: 50%;
    }
    // margin-top: 0.8rem;
  }
@@ -350,7 +348,7 @@
    width: 100%;
    height: 1.3rem;
    border-radius: 0.15rem;
    background: #5c288c;
    background: #185546;
    color: #fff;
    font-size: 0.4615rem;
    margin-top: 0.5rem;