Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uview-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李晖
uview-ui
Commits
068c3434
Commit
068c3434
authored
May 11, 2022
by
LIUCHAO
Committed by
童皓
May 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(tabs): amend ClassName spelling mistake
parent
8d3bcbde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
u-tabs.vue
uview-ui/components/u-tabs/u-tabs.vue
+2
-2
No files found.
uview-ui/components/u-tabs/u-tabs.vue
View file @
068c3434
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<!-- $u.getRect()对组件根节点无效,因为写了.in(this),故这里获取内层接点尺寸 -->
<!-- $u.getRect()对组件根节点无效,因为写了.in(this),故这里获取内层接点尺寸 -->
<view>
<view>
<scroll-view
scroll-x
class=
"u-scroll-view"
:scroll-left=
"scrollLeft"
scroll-with-animation
>
<scroll-view
scroll-x
class=
"u-scroll-view"
:scroll-left=
"scrollLeft"
scroll-with-animation
>
<view
class=
"u-scroll-box"
:id=
"id"
:class=
"
{'u-tabs-sc
or
ll-flex': !isScroll}">
<view
class=
"u-scroll-box"
:id=
"id"
:class=
"
{'u-tabs-sc
ro
ll-flex': !isScroll}">
<view
class=
"u-tab-item u-line-1"
:id=
"'u-tab-item-' + index"
v-for=
"(item, index) in list"
:key=
"index"
@
tap=
"clickTab(index)"
<view
class=
"u-tab-item u-line-1"
:id=
"'u-tab-item-' + index"
v-for=
"(item, index) in list"
:key=
"index"
@
tap=
"clickTab(index)"
:style=
"[tabItemStyle(index)]"
>
:style=
"[tabItemStyle(index)]"
>
<u-badge
:count=
"item[count] || item['count'] || 0"
:offset=
"offset"
size=
"mini"
></u-badge>
<u-badge
:count=
"item[count] || item['count'] || 0"
:offset=
"offset"
size=
"mini"
></u-badge>
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
bottom
:
0
;
bottom
:
0
;
}
}
.u-tabs-sc
or
ll-flex
{
.u-tabs-sc
ro
ll-flex
{
@include
vue-flex
;
@include
vue-flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
...
...
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