This commit was merged in pull request #121.
This commit is contained in:
2020-08-06 10:45:03 +08:00
16 changed files with 30 additions and 27 deletions

View File

@@ -20,7 +20,7 @@
<!-- 服务协议 -->
<view class="pact" v-if="0">
<view>
<view></view>
<view style="padding-bottom: 10px;"></view>
<text>我已详细阅读并同意</text>
<text class="pact_text" v-for="(item,index) in pact_text" :key="index" @click="pact_click(index)"> {{item.text}}
</text>
@@ -432,6 +432,7 @@
position: relative;
padding-left: 40rpx;
overflow: hidden;
padding-bottom:10px
// overflow: hidden; //超出的文本隐藏
// text-overflow: ellipsis; //溢出用省略号显示
// white-space: nowrap; //溢出不换行