Commit 2a996c1b by 周志凯

profile 文件

1 parent c20f319a
<template> <template>
<view> <view>
<headerComp :title="titleStr"></headerComp> <headerComp :title="titleStr"></headerComp>
<view style="height: 25.36upx"></view> <view class="prefix-elem"></view>
<view class="profile-item" @tap="switchConnect"> <view class="profile-item" @tap="switchConnect">
<span class="texts">切换服务器地址</span> <span class="texts">切换服务器地址</span>
<img class="arrows" :src="rArrow" alt=""/> <img class="arrows" :src="rArrow" alt=""/>
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
</script> </script>
<style> <style>
.prefix-elem {
height: 25.36upx;
}
.profile-item { .profile-item {
background: #FFFFFF; background: #FFFFFF;
position: relative; position: relative;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!