Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
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
najiu-frontend
najiu-admin-template
Commits
e3cbc932
Commit
e3cbc932
authored
Oct 20, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix the problem of folding display name of the first level menu
parent
8fd1994b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
7 deletions
+16
-7
package.json
package.json
+1
-1
index.less
src/components/Menu/src/index.less
+13
-0
FixedColumn.vue
src/views/demo/table/FixedColumn.vue
+2
-6
No files found.
package.json
View file @
e3cbc932
...
@@ -120,6 +120,6 @@
...
@@ -120,6 +120,6 @@
}
}
},
},
"engines"
:
{
"engines"
:
{
"node"
:
">=1
2.0.0
"
"node"
:
">=1
0.16.1
"
}
}
}
}
src/components/Menu/src/index.less
View file @
e3cbc932
...
@@ -21,6 +21,19 @@
...
@@ -21,6 +21,19 @@
font-size: 12px;
font-size: 12px;
flex-direction: column;
flex-direction: column;
}
}
& > li[role='menuitem']:not(.ant-menu-submenu) {
display: flex;
margin-top: 12px;
font-size: 12px;
line-height: 2;
align-items: center;
flex-direction: column;
span {
margin-top: 6px;
}
}
}
}
&__wrap {
&__wrap {
...
...
src/views/demo/table/FixedColumn.vue
View file @
e3cbc932
...
@@ -6,17 +6,13 @@
...
@@ -6,17 +6,13 @@
:actions=
"[
:actions=
"[
{
{
label: '删除',
label: '删除',
props: {
onClick: handleDelete,
onClick: handleDelete,
},
},
},
]"
]"
:dropDownActions="[
:dropDownActions="[
{
{
label: '启用',
label: '启用',
props: {
onClick: handleOpen,
onClick: handleOpen,
},
},
},
]"
]"
/>
/>
...
...
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