提交 0bd1f8be 编写于 作者: DCloud_JSON's avatar DCloud_JSON

隐私政策同意框,剧中对齐

上级 e175a4ca
<template> <template>
<view class="root"> <view class="root">
<checkbox-group @change="setAgree" class="checkbox-group"> <checkbox-group @change="setAgree" class="checkbox-group">
<checkbox style="transform: scale(0.8);" /> <checkbox style="transform: scale(0.7);" />
<text>同意</text> <text>同意</text>
</checkbox-group> </checkbox-group>
<template v-for="(agreement,index) in agreements"> <template v-for="(agreement,index) in agreements">
...@@ -47,10 +47,12 @@ ...@@ -47,10 +47,12 @@
<style> <style>
.root{ .root{
flex-direction: row; flex-direction: row;
align-items: center;
font-size: 28rpx; font-size: 28rpx;
color: #8a8f8b; color: #8a8f8b;
} }
.checkbox-group{ .checkbox-group{
align-items: center;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册