@@ -13,6 +23,11 @@ :data-source="data" :pagination="false" @change="onChange" + :loading="{ + spinning: isspinning, + tip: '加载中', + wrapperClassName: 'spinstyle', + }" > {{ text }} @@ -20,7 +35,7 @@ @@ -38,6 +53,8 @@ @@ -144,12 +174,20 @@ export default { color: #ff6a00; } div { + .townsmanactive { + border-color: #ff6a00; + color: #ff6a00; + } button { width: 100px; height: 28px; font-size: 14px; border: 1px solid #cccccc; background-color: #fff; + cursor: pointer; + &:hover { + color: #ff6a00; + } } button:first-child { border-radius: 4px 0px 0px 4px; @@ -159,4 +197,7 @@ export default { } } } +.contentbody { + overflow: hidden; +} diff --git a/src/components/userinfo/usercenter/index.vue b/src/components/userinfo/usercenter/index.vue index 0416b77..083f195 100644 --- a/src/components/userinfo/usercenter/index.vue +++ b/src/components/userinfo/usercenter/index.vue @@ -46,7 +46,10 @@ > 我的余额999.00元{{ userbalance }}元 + --元