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
7a6c87f8
Commit
7a6c87f8
authored
Mar 12, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(button): fix button style error close #312
parent
68ceb287
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
btn.less
src/design/ant/btn.less
+8
-3
comp.ts
src/router/menus/modules/demo/comp.ts
+0
-1
No files found.
CHANGELOG.zh_CN.md
View file @
7a6c87f8
...
...
@@ -18,6 +18,7 @@
-
修复
`PageWrapper`
title 不显示
-
修复表格已知问题
-
修复 BasicTree 组件不能自定义 title 问题
-
修复主题切换后按钮样式问题
## 2.0.3 (2021-03-07)
...
...
src/design/ant/btn.less
View file @
7a6c87f8
...
...
@@ -14,6 +14,11 @@
// bottom: 1px;
// }
// }
&-link:hover,
&-link:focus,
&-link:active {
border-color: transparent !important;
}
&-primary {
color: @white;
...
...
@@ -70,6 +75,7 @@
&:hover,
&:focus {
color: @button-success-hover-color;
border-color: transparent;
}
}
...
...
@@ -111,6 +117,7 @@
&:hover,
&:focus {
color: @button-warn-hover-color;
border-color: transparent;
}
}
...
...
@@ -144,6 +151,7 @@
&:hover,
&:focus {
color: @button-error-hover-color;
border-color: transparent;
}
}
...
...
@@ -165,9 +173,6 @@
color: @white;
background-color: fade(@button-error-color, 40%);
border-color: fade(@button-error-color, 40%);
// background-color: @button-error-disabled-color;
// border-color: @button-error-disabled-color ;
}
}
...
...
src/router/menus/modules/demo/comp.ts
View file @
7a6c87f8
...
...
@@ -8,7 +8,6 @@ const menu: MenuModule = {
path
:
'
/comp
'
,
tag
:
{
dot
:
true
,
type
:
'
warn
'
,
},
children
:
[
{
...
...
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