Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
f25412f1
Commit
f25412f1
authored
Oct 30, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
8d51be73
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
896 additions
and
864 deletions
+896
-864
sharepage.less
pages/invate/sharepage.less
+1
-1
sharepage.vue
pages/invate/sharepage.vue
+1
-1
Integral.less
views/Integral.less
+28
-1
Integral.vue
views/Integral.vue
+866
-861
No files found.
pages/invate/sharepage.less
View file @
f25412f1
...
...
@@ -52,7 +52,7 @@
left: 0;
width: 100%;
height: 100%;
opacity: 0
.2
;
opacity: 0;
background-color: #000;
}
}
...
...
pages/invate/sharepage.vue
View file @
f25412f1
...
...
@@ -238,7 +238,7 @@ const callAssistInvite = async (ivtCode,unionId) => {
const
res
=
await
integralStore
.
assistInvite
(
ivtCode
,
unionId
);
if
(
res
.
success
&&
res
.
data
.
newUser
)
{
//
globalStore.invateUseType = 'new';
globalStore
.
invateUseType
=
'new'
;
}
else
{
showSharePopLogin
.
value
=
true
;
}
...
...
views/Integral.less
View file @
f25412f1
...
...
@@ -853,12 +853,39 @@
gap: 106rpx;
}
// 当正好三个标签时,固定布局且不可滚动
&.tabs-three {
overflow: hidden;
justify-content: space-between;
// 3个标签下适配容器宽度,避免溢出
.tab-item {
width: 220rpx;
}
}
// 当有四个或更多标签时,允许滑动
&.tabs-many {
overflow-x: auto;
white-space: nowrap;
justify-content: flex-start;
gap: 0rpx;
// padding: 0 32rpx;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch; // iOS 平滑滚动
}
.tab-item {
width: 2
45
rpx;
width: 2
30
rpx;
height: 112rpx;
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0; // 防止收缩
// 当在 tabs-many 中时,确保不换行
.tabs-many & {
white-space: nowrap;
}
&.active {
.tab-line1 {
...
...
views/Integral.vue
View file @
f25412f1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment