Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
07de480b
Commit
07de480b
authored
Aug 10, 2022
by
wuyongsheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加项目标题 logo
parent
f28c1e6c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
28 deletions
+37
-28
facicon.ico
public/facicon.ico
+0
-0
favicon.ico
public/favicon.ico
+0
-0
index.html
public/index.html
+10
-2
index.module.css
src/views/MenuLayout/index.module.css
+27
-26
No files found.
public/facicon.ico
0 → 100644
View file @
07de480b
1.72 KB
public/favicon.ico
deleted
100644 → 0
View file @
f28c1e6c
3.78 KB
public/index.html
View file @
07de480b
<!--
* @Author: 吴永生 15770852798@163.com
* @Date: 2022-08-02 11:43:28
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-10 10:40:49
* @FilePath: /bkunyun/public/index.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"cn"
>
<html
lang=
"cn"
>
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/fa
v
icon.ico"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/fa
c
icon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
<meta
...
@@ -24,7 +32,7 @@
...
@@ -24,7 +32,7 @@
work correctly both with client-side routing and a non-root public URL.
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-->
<title>
云
平台
</title>
<title>
北鲲云-工作流
平台
</title>
<script
src=
"%PUBLIC_URL%/RDKit_minimal.js"
></script>
<script
src=
"%PUBLIC_URL%/RDKit_minimal.js"
></script>
<script>
<script>
window
window
...
...
src/views/MenuLayout/index.module.css
View file @
07de480b
.container
{
.container
{
display
:
flex
;
display
:
flex
;
align-items
:
flex-start
;
align-items
:
flex-start
;
justify-content
:
center
;
justify-content
:
center
;
}
}
.aside
{
.aside
{
border-right
:
1px
solid
#e6e8eb
;
border-right
:
1px
solid
#e6e8eb
;
width
:
10%
;
width
:
10%
;
min-width
:
220px
;
min-width
:
220px
;
height
:
calc
(
100vh
-
57px
);
height
:
calc
(
100vh
-
57px
);
background-color
:
#f7f8fa
;
background-color
:
#f7f8fa
;
}
}
.content
{
.content
{
flex
:
1
;
flex
:
1
;
height
:
calc
(
100vh
-
57px
);
height
:
calc
(
100vh
-
57px
);
overflow
:
scroll
;
overflow
:
scroll
;
}
}
.listItem
{
.listItem
{
padding
:
8px
25px
;
padding
:
8px
25px
;
height
:
38px
;
height
:
38px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#565c66
;
color
:
#565c66
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
22px
;
line-height
:
22px
;
border-left
:
3px
solid
#fff
;
}
}
.listItem
:hover
{
.listItem
:hover
{
background-color
:
#EEF1F
5
;
background-color
:
#eef1f
5
;
}
}
.routerIcon
{
.routerIcon
{
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
12px
;
margin-right
:
12px
;
line-height
:
22px
;
line-height
:
22px
;
}
}
.active
{
.active
{
border-left
:
3px
solid
#1370ff
;
border-left
:
3px
solid
#1370ff
;
color
:
#1370ff
;
color
:
#1370ff
;
background-color
:
#ebedf0
;
background-color
:
#ebedf0
;
}
}
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