Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
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
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
poc
poc-fe
Commits
87b65028
Commit
87b65028
authored
Nov 11, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 应用广场分类栏添加滚动条
parent
85b5a913
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
applications-square.vue
src/views/applications-square/applications-square.vue
+14
-12
No files found.
src/views/applications-square/applications-square.vue
View file @
87b65028
...
@@ -186,18 +186,20 @@ function handleAddAgentApplications() {
...
@@ -186,18 +186,20 @@ function handleAddAgentApplications() {
<div
class=
"h-[20px] bg-[#f3f6f9]"
></div>
<div
class=
"h-[20px] bg-[#f3f6f9]"
></div>
</n-collapse-transition>
</n-collapse-transition>
<div
class=
"sticky top-[-30px] z-10"
>
<div
class=
"sticky top-[-30px] z-10"
>
<div
class=
"flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"
>
<n-scrollbar
x-scrollable
>
<button
<div
class=
"flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"
>
v-for=
"classify in mallCategoryList"
<button
:key=
"classify.id"
v-for=
"classify in mallCategoryList"
:focusable=
"false"
:key=
"classify.id"
:class=
"['classify-radio-button', { active: checkedClassifyValue === classify.id }]"
:focusable=
"false"
class=
"mr-[4px] min-w-[86px] cursor-pointer rounded-[5px] border-[1px] border-[#fff] bg-transparent px-[5px] py-[5px] transition-colors duration-300 hover:bg-[#eeefff]"
:class=
"['classify-radio-button', { active: checkedClassifyValue === classify.id }]"
@
click=
"checkedClassifyValue = classify.id"
class=
"mr-[4px] cursor-pointer whitespace-nowrap rounded-[5px] border-[1px] border-[#fff] bg-transparent px-[5px] py-[5px] transition-colors duration-300 hover:bg-[#eeefff]"
>
@
click=
"checkedClassifyValue = classify.id"
{{ classify.categoryName }}
>
</button>
{{ classify.categoryName }}
</div>
</button>
</div>
</n-scrollbar>
</div>
</div>
<n-scrollbar
style=
"max-height: 920px"
>
<n-scrollbar
style=
"max-height: 920px"
>
<div>
<div>
...
...
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