Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaoai-video
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
姚珂
yaoai-video
Commits
4ca9a103
Commit
4ca9a103
authored
May 26, 2026
by
黄同智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善逻辑
parent
fbe3f0e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
StepOne.vue
doc/h5/src/views/project/components/StepOne.vue
+1
-1
projectlist.vue
doc/h5/src/views/project/projectlist.vue
+2
-2
No files found.
doc/h5/src/views/project/components/StepOne.vue
View file @
4ca9a103
...
...
@@ -137,7 +137,7 @@ import { ref } from 'vue';
const
list
=
ref
([
1
]);
const
tags
=
ref
([
'悬疑'
,
'古装'
,
'奇幻'
,
'爱情'
,
'都市'
]);
const
colors
=
[
'#5337C7'
,
'#12d9d2'
,
'#DD8330'
,
'#C9397E'
,
'#53B06C'
,
'#155DFC'
]
const
loading
=
ref
(
tru
e
)
const
loading
=
ref
(
fals
e
)
// 根据colors数组长度生成随机颜色
const
randomColor
=
(
index
:
number
)
=>
{
return
colors
[
index
];
...
...
doc/h5/src/views/project/projectlist.vue
View file @
4ca9a103
...
...
@@ -7,7 +7,7 @@
<el-select
v-model=
"selectValue"
placeholder=
"Select"
style=
"width: 240px"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
<el-button
type=
"primary"
color=
"#785BE5"
:dark=
"true"
>
<el-button
type=
"primary"
color=
"#785BE5"
:dark=
"true"
@
click=
"router.push('/')"
>
<img
src=
"@/static/imgs/icon1.png"
alt=
""
>
<span
class=
"ml-4"
>
创建项目
</span>
</el-button>
...
...
@@ -25,7 +25,7 @@
<div
class=
"flex-between-center mt-14"
>
<div
class=
"text-999 fs-12"
>
2020-10-22 13:20:30 创建
</div>
<el-dropdown>
<el-button
text
:icon=
"MoreFilled"
class=
"morebtn"
/>
<el-button
text
:icon=
"MoreFilled"
class=
"morebtn"
@
click
.
stop
/>
<template
#
dropdown
>
<el-dropdown-menu>
<el-dropdown-item
@
click=
"openModal(item, '1')"
>
编辑名称
</el-dropdown-item>
...
...
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