Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-yunshou-vue
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
AI云守
ai-yunshou-vue
Commits
66927085
Commit
66927085
authored
Aug 30, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 整体UI样式再调整
parent
6167f4bb
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
9 deletions
+21
-9
public/favicon.ico
public/favicon.ico
+0
-0
src/assets/images/logo.png
src/assets/images/logo.png
+0
-0
src/assets/images/logo2.png
src/assets/images/logo2.png
+0
-0
src/assets/images/云守logo 白和浅蓝.png
src/assets/images/云守logo 白和浅蓝.png
+0
-0
src/assets/logo/logo.png
src/assets/logo/logo.png
+0
-0
src/assets/styles/sidebar.scss
src/assets/styles/sidebar.scss
+10
-3
src/components/TopNav/index.vue
src/components/TopNav/index.vue
+3
-0
src/layout/components/Sidebar/index.vue
src/layout/components/Sidebar/index.vue
+2
-2
src/settings.js
src/settings.js
+2
-2
src/views/algorithmList/index.vue
src/views/algorithmList/index.vue
+4
-2
No files found.
public/favicon.ico
View replaced file @
6167f4bb
View file @
66927085
150 KB
|
W:
|
H:
105 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/logo.png
View replaced file @
6167f4bb
View file @
66927085
150 KB
|
W:
|
H:
105 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/logo2.png
0 → 100644
View file @
66927085
150 KB
src/assets/images/云守logo 白和浅蓝.png
deleted
100644 → 0
View file @
6167f4bb
105 KB
src/assets/logo/logo.png
View replaced file @
6167f4bb
View file @
66927085
150 KB
|
W:
|
H:
105 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/styles/sidebar.scss
View file @
66927085
...
...
@@ -86,7 +86,7 @@
.sub-menu-title-noDropdown
,
.el-sub-menu__title
{
&
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0
.06
)
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.3
)
!
important
;
}
}
...
...
@@ -99,7 +99,7 @@
min-width
:
$base-sidebar-width
!
important
;
&
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0
.06
)
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.3
)
!
important
;
}
}
...
...
@@ -215,7 +215,14 @@
.el-menu-item
{
&
:hover
{
// you can use $sub-menuHover
background-color
:
rgba
(
0
,
0
,
0
,
0
.06
)
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.3
)
!
important
;
}
}
.nest-menu
.el-sub-menu
>
.el-sub-menu__title
,
.el-menu-item
{
&
:focus
{
// you can use $sub-menuHover
background-color
:
rgba
(
255
,
255
,
255
,
0
.3
)
!
important
;
}
}
...
...
src/components/TopNav/index.vue
View file @
66927085
...
...
@@ -183,6 +183,9 @@ onMounted(() => {
border-bottom
:
2px
solid
#{
'var(--theme)'
}
!
important
;
color
:
#303133
;
}
.el-menu-item.is-active
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.3
)
!
important
;
}
/* sub-menu item */
.topmenu-container.el-menu--horizontal
>
.el-sub-menu
.el-sub-menu__title
{
...
...
src/layout/components/Sidebar/index.vue
View file @
66927085
...
...
@@ -6,9 +6,9 @@
:default-active=
"activeMenu"
:collapse=
"isCollapse"
:background-color=
"'none'"
:text-color=
"
sideTheme === 'theme-dark' ? variables.menuColor : variables.menuLightColor
"
:text-color=
"
'#fff'
"
:unique-opened=
"true"
:active-text-color=
"
theme
"
:active-text-color=
"
'#fff'
"
:collapse-transition=
"false"
mode=
"vertical"
>
...
...
src/settings.js
View file @
66927085
...
...
@@ -6,7 +6,7 @@ export default {
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
sideTheme
:
'
theme-
dark
'
,
sideTheme
:
'
theme-
light
'
,
/**
* 是否系统布局配置
*/
...
...
@@ -20,7 +20,7 @@ export default {
/**
* 是否显示 tagsView
*/
tagsView
:
tru
e
,
tagsView
:
fals
e
,
/**
* 是否固定头部
...
...
src/views/algorithmList/index.vue
View file @
66927085
...
...
@@ -86,10 +86,10 @@
<div
class=
"cleartitle"
>
<span>
{{
item
.
algorithmName
}}
</span>
<el-tag
:type=
"
'success
'"
:type=
"
item.algorithmStatus=='0'?'success':'danger
'"
effect=
"dark"
>
{{
'
success
'
}}
{{
item
.
algorithmStatus
==
'
0
'
?
'
已启用
'
:
'
已停用
'
}}
</el-tag>
</div>
</
template
>
...
...
@@ -197,6 +197,8 @@
const
data
=
reactive
({
form
:
{},
queryParams
:
{
pageNum
:
1
,
pageSize
:
100
,
postCode
:
undefined
,
searchValue
:
''
,
status
:
undefined
...
...
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