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

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

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