Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ca6b61f5
authored
Aug 21, 2024
by
preschooler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎈
perf:优化图标选择弹窗宽度
parent
5fad0014
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/Icon/src/IconSelect.vue
+3
-3
src/views/system/menu/MenuForm.vue
+1
-1
No files found.
src/components/Icon/src/IconSelect.vue
View file @
ca6b61f5
...
@@ -122,7 +122,7 @@ watch(
...
@@ -122,7 +122,7 @@ watch(
placement: 'auto'
placement: 'auto'
}"
}"
:visible="visible"
:visible="visible"
:width="35
0
"
:width="35
5
"
popper-class="pure-popper"
popper-class="pure-popper"
trigger="click"
trigger="click"
>
>
...
@@ -147,7 +147,7 @@ watch(
...
@@ -147,7 +147,7 @@ watch(
>
>
<ElDivider
border-style=
"dashed"
class=
"tab-divider"
/>
<ElDivider
border-style=
"dashed"
class=
"tab-divider"
/>
<ElScrollbar
height=
"220px"
>
<ElScrollbar
height=
"220px"
>
<ul
class=
"ml-2 flex flex-wrap
px-2
"
>
<ul
class=
"ml-2 flex flex-wrap"
>
<li
<li
v-for=
"(item, key) in pageList"
v-for=
"(item, key) in pageList"
:key=
"key"
:key=
"key"
...
@@ -171,7 +171,7 @@ watch(
...
@@ -171,7 +171,7 @@ watch(
background
background
class=
"h-10 flex items-center justify-center"
class=
"h-10 flex items-center justify-center"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
s
mall
s
ize=
"small"
@
current-change=
"onCurrentChange"
@
current-change=
"onCurrentChange"
/>
/>
</ElPopover>
</ElPopover>
...
...
src/views/system/menu/MenuForm.vue
View file @
ca6b61f5
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<el-radio-button
<el-radio-button
v-for=
"dict in getIntDictOptions(DICT_TYPE.SYSTEM_MENU_TYPE)"
v-for=
"dict in getIntDictOptions(DICT_TYPE.SYSTEM_MENU_TYPE)"
:key=
"dict.label"
:key=
"dict.label"
:
label
=
"dict.value"
:
value
=
"dict.value"
>
>
{{
dict
.
label
}}
{{
dict
.
label
}}
</el-radio-button>
</el-radio-button>
...
...
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