提交 f36b7b3e 编写于 作者: DCloud-yyl's avatar DCloud-yyl

优化隐私提示框的平台兼容性

上级 af404fa6
......@@ -2,9 +2,11 @@
<view class="dialog-container">
<view class="dialog-content">
<text style="text-align: center;margin-top: 20px;font-size: 20px;"> 个人信息保护指引</text>
<rich-text style="flex: 1;font-size: 20px;margin: 12px;" :nodes="htmlString" @itemclick="itemClick"></rich-text>
<button @click="reject">不同意</button>
<button type="warn" open-type="agreePrivacyAuthorization" @click="agree">同意</button>
<scroll-view style="flex: 1;align-content: center;" show-scrollbar="false">
<rich-text style="font-size: 14px;margin: 26px;" :nodes="htmlString" @itemclick="itemClick"></rich-text>
</scroll-view>
<button class="button" @click="reject">不同意</button>
<button class="button" type="warn" open-type="agreePrivacyAuthorization" @click="agree">同意</button>
</view>
</view>
</template>
......@@ -69,4 +71,10 @@
.mt-10 {
margin-top: 10px;
}
.button {
border: 0px;
border-radius: 0px;
font-size: 16px;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册