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
a1c3c53c
Commit
a1c3c53c
authored
Jan 06, 2021
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update style
parent
1e5fcd2c
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
14 deletions
+16
-14
lessModifyVars.ts
build/config/lessModifyVars.ts
+2
-2
index.html
index.html
+1
-1
BasicArrow.vue
src/components/Basic/src/BasicArrow.vue
+0
-1
BasicHelp.vue
src/components/Basic/src/BasicHelp.vue
+0
-1
BasicTitle.vue
src/components/Basic/src/BasicTitle.vue
+0
-1
BasicDrawer.vue
src/components/Drawer/src/BasicDrawer.vue
+1
-1
index.less
src/components/Modal/src/index.less
+1
-1
PageWrapper.vue
src/components/Page/src/PageWrapper.vue
+1
-1
color.less
src/design/color.less
+3
-2
MultipleHeader.vue
src/layouts/default/header/MultipleHeader.vue
+1
-1
index.vue
src/layouts/default/index.vue
+4
-0
colorSetting.ts
src/settings/colorSetting.ts
+1
-1
projectSetting.ts
src/settings/projectSetting.ts
+1
-1
No files found.
build/config/lessModifyVars.ts
View file @
a1c3c53c
...
...
@@ -17,12 +17,12 @@ const modifyVars = {
// 'heading-color': '#2C3A61', // Title color
// 'text-color': '#2C3A61', // Main text color
'
text-color-secondary
'
:
'
#606266
'
,
// Subtext color
'
background-color-base
'
:
'
#
F0F2F5
'
,
// background color
'
background-color-base
'
:
'
#
f4f7f9
'
,
// background color
'
font-size-base
'
:
'
14px
'
,
// Main font size
'
box-shadow-base
'
:
'
0 2px 8px rgba(0, 0, 0, 0.15)
'
,
// Floating shadow
'
border-color-base
'
:
'
#F0F0F0
'
,
// Border color,
'
border-color-split
'
:
'
#F0F0F0
'
,
// Border color,
'
border-radius-base
'
:
'
2
px
'
,
// Component/float fillet
'
border-radius-base
'
:
'
4
px
'
,
// Component/float fillet
};
//}
...
...
index.html
View file @
a1c3c53c
...
...
@@ -24,7 +24,7 @@
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
background
:
#f
0f2f5
;
background
:
#f
4f7f9
;
}
.app-loading
.app-loading-wrap
{
...
...
src/components/Basic/src/BasicArrow.vue
View file @
a1c3c53c
...
...
@@ -15,7 +15,6 @@
export
default
defineComponent
({
name
:
'
BasicArrow
'
,
inheritAttrs
:
false
,
components
:
{
RightOutlined
},
props
:
{
// Expand contract, expand by default
...
...
src/components/Basic/src/BasicHelp.vue
View file @
a1c3c53c
...
...
@@ -12,7 +12,6 @@
import
{
useDesign
}
from
'
/@/hooks/web/useDesign
'
;
export
default
defineComponent
({
name
:
'
BasicHelp
'
,
inheritAttrs
:
false
,
components
:
{
Tooltip
},
props
:
{
// max-width
...
...
src/components/Basic/src/BasicTitle.vue
View file @
a1c3c53c
...
...
@@ -15,7 +15,6 @@
export
default
defineComponent
({
name
:
'
BasicTitle
'
,
inheritAttrs
:
false
,
components
:
{
BasicHelp
},
props
:
{
helpMessage
:
{
...
...
src/components/Drawer/src/BasicDrawer.vue
View file @
a1c3c53c
...
...
@@ -219,7 +219,7 @@
.ant-drawer-body {
height: calc(100% - @header-height);
padding: 0;
background-color:
@background-color-dark
;
background-color:
#fff
;
.scrollbar__wrap {
padding: 16px !important;
...
...
src/components/Modal/src/index.less
View file @
a1c3c53c
...
...
@@ -79,7 +79,7 @@
&-confirm-body {
.ant-modal-confirm-content {
color:
@text-color-help-dark
;
color:
#fff
;
> * {
color: @text-color-help-dark;
...
...
src/components/Page/src/PageWrapper.vue
View file @
a1c3c53c
...
...
@@ -132,7 +132,7 @@
position: relative;
.ant-page-header {
padding: 12px 16px;
//
padding: 12px 16px;
&:empty {
padding: 0;
...
...
src/design/color.less
View file @
a1c3c53c
...
...
@@ -14,7 +14,8 @@
@white: #fff;
@content-bg: #f0f2f5;
@content-bg: #f4f7f9;
// @content-bg: #f0f2f5;
@info-color: @primary-color;
...
...
@@ -60,7 +61,7 @@
// =================================
// dark
@background-color-dark: #f
0f2f5
;
@background-color-dark: #f
4f7f9
;
// light
@background-color-light: #f5f7fa;
// layout content background
...
...
src/layouts/default/header/MultipleHeader.vue
View file @
a1c3c53c
...
...
@@ -113,7 +113,7 @@
@prefix-cls: ~'@{namespace}-layout-multiple-header';
.@{prefix-cls} {
margin-left: 1px;
//
margin-left: 1px;
transition: width 0.2s;
flex: 0 0 auto;
...
...
src/layouts/default/index.vue
View file @
a1c3c53c
...
...
@@ -83,5 +83,9 @@
> .ant-layout {
min-height: 100%;
}
&__main {
margin-left: 1px;
}
}
</
style
>
src/settings/colorSetting.ts
View file @
a1c3c53c
...
...
@@ -16,11 +16,11 @@ export const HEADER_PRESET_BG_COLOR_LIST: string[] = [
// sider preset color
export
const
SIDE_BAR_BG_COLOR_LIST
:
string
[]
=
[
'
#001529
'
,
'
#273352
'
,
'
#ffffff
'
,
'
#191b24
'
,
'
#191a23
'
,
'
#001529
'
,
'
#304156
'
,
'
#001628
'
,
'
#28333E
'
,
...
...
src/settings/projectSetting.ts
View file @
a1c3c53c
...
...
@@ -76,7 +76,7 @@ const setting: ProjectConfig = {
// Menu configuration
menuSetting
:
{
// sidebar menu bg color
bgColor
:
'
#
273352
'
,
bgColor
:
'
#
001529
'
,
// Whether to fix the left menu
fixed
:
true
,
// Menu collapse
...
...
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