Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
fb23d3bd
Commit
fb23d3bd
authored
Jul 25, 2021
by
zxwk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
♻
refactor: add base-menu-background
parent
d353316b
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
src/api/changeLog.js
+3
-2
src/api/notice.js
+2
-1
src/styles/variables.scss
+2
-2
src/views/index/components/Plan.vue
+1
-1
src/views/index/components/VersionInformation.vue
+1
-1
src/views/index/index.vue
+2
-3
No files found.
src/api/changeLog.js
View file @
fb23d3bd
...
@@ -2,8 +2,9 @@ import request from '@/utils/request'
...
@@ -2,8 +2,9 @@ import request from '@/utils/request'
export
function
getList
(
data
)
{
export
function
getList
(
data
)
{
return
request
({
return
request
({
url
:
'/changeLog/getList'
,
// url: '/changeLog/getList',
method
:
'post'
,
url
:
'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getChangeLog'
,
method
:
'get'
,
data
,
data
,
})
})
}
}
src/api/notice.js
View file @
fb23d3bd
...
@@ -2,7 +2,8 @@ import request from '@/utils/request'
...
@@ -2,7 +2,8 @@ import request from '@/utils/request'
export
function
getNoticeList
()
{
export
function
getNoticeList
()
{
return
request
({
return
request
({
url
:
'/notice/getList'
,
// url: '/notice/getList',
url
:
'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getNotice'
,
method
:
'post'
,
method
:
'post'
,
})
})
}
}
src/styles/variables.scss
View file @
fb23d3bd
...
@@ -9,7 +9,7 @@ $base-color-default: #1890ff;
...
@@ -9,7 +9,7 @@ $base-color-default: #1890ff;
//默认层级
//默认层级
$base-z-index
:
999
;
$base-z-index
:
999
;
//横向布局纵向布局时菜单背景色
//横向布局纵向布局时菜单背景色
$base-menu-background
:
#
001529
;
$base-menu-background
:
#
282c34
;
//菜单文字颜色
//菜单文字颜色
$base-menu-color
:
hsla
(
0
,
0%
,
100%
,
0
.95
);
$base-menu-color
:
hsla
(
0
,
0%
,
100%
,
0
.95
);
//菜单选中文字颜色
//菜单选中文字颜色
...
@@ -34,7 +34,7 @@ $base-color-orange: #ff6700;
...
@@ -34,7 +34,7 @@ $base-color-orange: #ff6700;
$base-color-red
:
#f34d37
;
$base-color-red
:
#f34d37
;
$base-color-gray
:
rgba
(
0
,
0
,
0
,
0
.65
);
$base-color-gray
:
rgba
(
0
,
0
,
0
,
0
.65
);
$base-main-width
:
1279px
;
$base-main-width
:
1279px
;
$base-border-radius
:
2
px
;
$base-border-radius
:
4
px
;
$base-border-color
:
#dcdfe6
;
$base-border-color
:
#dcdfe6
;
//输入框高度
//输入框高度
$base-input-height
:
32px
;
$base-input-height
:
32px
;
...
...
src/views/index/components/Plan.vue
View file @
fb23d3bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<el-card
shadow=
"hover"
>
<el-card
shadow=
"hover"
>
<template
#
header
>
<template
#
header
>
<vab-icon
icon=
"send-plane-2-line"
/>
<vab-icon
icon=
"send-plane-2-line"
/>
计划
<!-- 计划 -->
<el-tag
class=
"card-header-tag"
type=
"success"
>
<el-tag
class=
"card-header-tag"
type=
"success"
>
祝用框架的小伙伴都能住上别墅,开上保时捷
祝用框架的小伙伴都能住上别墅,开上保时捷
</el-tag>
</el-tag>
...
...
src/views/index/components/VersionInformation.vue
View file @
fb23d3bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<el-card
class=
"version-information"
shadow=
"hover"
>
<el-card
class=
"version-information"
shadow=
"hover"
>
<template
#
header
>
<template
#
header
>
<vab-icon
icon=
"information-line"
/>
<vab-icon
icon=
"information-line"
/>
信息
<!-- 信息 -->
<el-tag
class=
"card-header-tag"
>
部署时间:
{{
updateTime
}}
</el-tag>
<el-tag
class=
"card-header-tag"
>
部署时间:
{{
updateTime
}}
</el-tag>
</
template
>
</
template
>
<el-scrollbar>
<el-scrollbar>
...
...
src/views/index/index.vue
View file @
fb23d3bd
...
@@ -185,9 +185,6 @@
...
@@ -185,9 +185,6 @@
<el-alert
:closable=
"false"
:title=
"userAgent"
type=
"info"
></el-alert>
<el-alert
:closable=
"false"
:title=
"userAgent"
type=
"info"
></el-alert>
<br
/>
<br
/>
</el-card>
</el-card>
<plan></plan>
<version-information></version-information>
</el-col>
</el-col>
<el-col
:xs=
"24"
:sm=
"24"
:md=
"13"
:lg=
"13"
:xl=
"13"
>
<el-col
:xs=
"24"
:sm=
"24"
:md=
"13"
:lg=
"13"
:xl=
"13"
>
...
@@ -206,6 +203,8 @@
...
@@ -206,6 +203,8 @@
</el-timeline-item>
</el-timeline-item>
</el-timeline>
</el-timeline>
</el-card>
</el-card>
<plan></plan>
<version-information></version-information>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
...
...
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