@@ -156,9 +156,7 @@
</template>
<script>
export default {
- name: 'setting',
- data() {}
-
+ name: 'setting'
}
</script>
@@ -265,6 +263,23 @@
background-color: rgb(246, 246, 246);
+ .setting_list_item_text {
+ display: flex;
+ flex:0 0 78%;
+ margin:0 0 0 15px;
+ }
+
+ .setting_list_item_border {
+ border-bottom: 1px solid #f0f0f0;
+ .setting_list_item_right {
+ color: #9b9b9b;
+ font-size: 15px;
+ position: absolute;
+ right: 20px;
.setting_relogin {
background-color: #ffffff;
font-size: 18px;