queenwuli
2020-12-27 cc499362b6eba119792e113796e4da029a70fc6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<template>
    <!-- 设置 -->
    <view class="container">
        <view class="flex justify-between content-row mb-20">
            <text class="font-16">修改密码</text>
            <text class="iconfont iconarrow-backimg gray"></text>
        </view>
        <button class="blue-btn">退出登录</button>
    </view>
</template>
 
<script>
</script>
 
<style>
    .container{
        padding: 0 15px;
    }
    .content-row{
        padding: 10px 0px;
        border-bottom: 1px solid #EDEAF4;
    }
</style>