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
d9b58e46
Commit
d9b58e46
authored
Dec 31, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(layout): update layout style #149
parent
116a1f77
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
TableAction.vue
src/components/Table/src/components/TableAction.vue
+2
-2
index.less
src/layouts/default/header/index.less
+1
-0
index.vue
src/layouts/default/index.vue
+0
-4
No files found.
src/components/Table/src/components/TableAction.vue
View file @
d9b58e46
...
...
@@ -49,13 +49,13 @@
return
props
.
actions
.
map
((
action
)
=>
{
const
{
popConfirm
}
=
action
;
return
{
type
:
'
link
'
,
size
:
'
small
'
,
...
action
,
...(
popConfirm
||
{}),
onConfirm
:
popConfirm
?.
confirm
,
onCancel
:
popConfirm
?.
cancel
,
enable
:
!!
popConfirm
,
type
:
'
link
'
,
size
:
'
small
'
,
};
});
});
...
...
src/layouts/default/header/index.less
View file @
d9b58e46
...
...
@@ -135,6 +135,7 @@
&--light {
background: @white;
border-bottom: 1px solid @header-light-bottom-border-color;
border-left: 1px solid @header-light-bottom-border-color;
.@{header-prefix-cls}-logo {
color: @text-color-base;
...
...
src/layouts/default/index.vue
View file @
d9b58e46
...
...
@@ -83,9 +83,5 @@
> .ant-layout {
min-height: 100%;
}
&__main {
margin-left: 1px;
}
}
</
style
>
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