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
754326f6
Commit
754326f6
authored
Nov 11, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shirlyn' into 'master'
Merge branch 'shirlyn' into 'master' See merge request
!67
parents
85b5a913
87b65028
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 @
754326f6
...
...
@@ -186,18 +186,20 @@ function handleAddAgentApplications() {
<div
class=
"h-[20px] bg-[#f3f6f9]"
></div>
</n-collapse-transition>
<div
class=
"sticky top-[-30px] z-10"
>
<div
class=
"flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"
>
<button
v-for=
"classify in mallCategoryList"
:key=
"classify.id"
:focusable=
"false"
:class=
"['classify-radio-button', { active: checkedClassifyValue === classify.id }]"
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]"
@
click=
"checkedClassifyValue = classify.id"
>
{{ classify.categoryName }}
</button>
</div>
<n-scrollbar
x-scrollable
>
<div
class=
"flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"
>
<button
v-for=
"classify in mallCategoryList"
:key=
"classify.id"
:focusable=
"false"
:class=
"['classify-radio-button', { active: 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>
</div>
</n-scrollbar>
</div>
<n-scrollbar
style=
"max-height: 920px"
>
<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