用户资料
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<u-sticky bgColor="#fff" zIndex="99">
|
||||
<view class="tab-sticky">
|
||||
<u-tabs
|
||||
:current="tabsIndex"
|
||||
:list="tabArr"
|
||||
@@ -8,7 +8,7 @@
|
||||
lineColor="#34CE98"
|
||||
:activeStyle="{fontWeight: 'bold', fontSize: '30rpx'}"
|
||||
/>
|
||||
</u-sticky>
|
||||
</view>
|
||||
<view class="box">
|
||||
<oct-menu
|
||||
:lists="menuData"
|
||||
@@ -88,6 +88,14 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tab-sticky{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: white;
|
||||
z-index: 99;
|
||||
}
|
||||
.content {
|
||||
background-color: $window-color;
|
||||
min-height: 100vh;
|
||||
@@ -100,9 +108,8 @@
|
||||
}
|
||||
|
||||
.box {
|
||||
padding: 0 $padding;
|
||||
padding: 40px $padding 0;
|
||||
box-sizing: border-box;
|
||||
margin-top: $margin;
|
||||
}
|
||||
// 34CE98
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user