15179599649
2024-01-17 08faddd4300531fbd73660ce8e523fbb76e13e02
src/views/Addmessage/index.vue
@@ -26,8 +26,11 @@
      <span>请勿涉及不文明及违规内容,违法必究!</span>
    </div>
    <div class="bottom">
      <van-button type="primary" @click="submit(2)" v-show="!this.shownim">匿名添加</van-button>
      <van-button type="primary" @click="submit(1)">添加留言</van-button>
      <div class="button">
        <van-button type="primary" @click="submit(2)" v-show="!this.shownim">匿名留言</van-button>
      <van-button type="primary" @click="submit(1)">实名留言</van-button>
      </div>
    </div>
  </div>
</template>
@@ -147,9 +150,15 @@
  .bottom {
    position: absolute;
    bottom: 50px;
    left:0;
    width: 100%;
    display: flex;
    .button{
      display: flex;
    }
    .van-button {
      // margin: 0px 10px;
      text-align: center;
      width: 40%;
      margin: 0px 10px;
      flex: 1;
      font-size: 18px;