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
c3f04157
Commit
c3f04157
authored
Aug 01, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:视频管理,页面调整。
parent
344cdd20
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
724 additions
and
680 deletions
+724
-680
src/components/TabTitle/index.vue
src/components/TabTitle/index.vue
+32
-27
src/views/algorithmList/index.vue
src/views/algorithmList/index.vue
+1
-1
src/views/logControl/index.vue
src/views/logControl/index.vue
+425
-410
src/views/videoControl/videoPreview/index.vue
src/views/videoControl/videoPreview/index.vue
+266
-242
No files found.
src/components/TabTitle/index.vue
View file @
c3f04157
<
template
>
<
template
>
<el-card
class=
"tab-title"
>
<el-card
class=
"tab-title"
>
{{
text
}}
{{
text
}}
</el-card>
</el-card>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -16,28 +16,33 @@ export default defineComponent({
...
@@ -16,28 +16,33 @@ export default defineComponent({
</
script
>
</
script
>
<
style
scope
lang=
"scss"
>
<
style
scope
lang=
"scss"
>
.tab-title
{
.tab-title
{
display
:
flex
;
display
:
flex
;
align-items
:center
;
/*for vertical align*/
align-items
:
center
;
font-size
:
20px
;
/*for vertical align*/
height
:
50px
;
font-size
:
20px
;
color
:
#1890FF
;
height
:
50px
;
background-color
:
#fff
;
color
:
#1890FF
;
margin-bottom
:
10px
;
background-color
:
#fff
;
border-radius
:
5px
;
margin-bottom
:
10px
;
padding
:
0
;
border-radius
:
5px
;
.el-card__body
{
padding
:
0
;
padding
:
0
!
important
;
}
.el-card__body
{
}
padding
:
0
!
important
;
.
tab-title
:
:
before
{
}
content
:
""
;
}
display
:
inline-block
;
width
:
8px
;
/* 矩形的宽度 */
height
:
28px
;
/* 矩形的高度 */
background-color
:
#1890FF
;
/* 矩形的背景颜色 */
margin-right
:
8px
;
border-radius
:
8px
;
}
</
style
>
.
tab-title
:
:
before
{
content
:
""
;
display
:
inline-block
;
width
:
8px
;
/* 矩形的宽度 */
height
:
28px
;
/* 矩形的高度 */
background-color
:
#1890FF
;
/* 矩形的背景颜色 */
margin-right
:
8px
;
border-radius
:
8px
;
margin-left
:
8px
;
}
</
style
>
src/views/algorithmList/index.vue
View file @
c3f04157
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
default-active=
"2"
default-active=
"2"
class=
"el-menu-vertical-demo"
class=
"el-menu-vertical-demo"
>
>
<el-menu-item
v-for=
"item in algorithmList"
:index=
"item.name"
>
<el-menu-item
v-for=
"item in algorithmList"
:
key=
"item.name"
:
index=
"item.name"
>
<span>
{{ item.name }}
</span>
<span>
{{ item.name }}
</span>
</el-menu-item>
</el-menu-item>
</el-menu>
</el-menu>
...
...
src/views/logControl/index.vue
View file @
c3f04157
This diff is collapsed.
Click to expand it.
src/views/videoControl/videoPreview/index.vue
View file @
c3f04157
This diff is collapsed.
Click to expand it.
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