Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f7b45130
authored
2023-01-12 15:02:49 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;首页完成
1 parent
fc9b2c45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/components/echart/Rose/index.vue
src/components/echart/Rose/index.vue
View file @
f7b4513
<
template
>
<div>
<Chart
:cdata=
"cdata"
/>
<div
class=
"rotograph"
>
佛坪县
</div>
<el-carousel
height=
"60px"
indicator-position=
"none"
>
<el-carousel-item
v-for=
"item in 4"
:key=
"item"
>
<div
class=
"rotograph"
>
佛坪县
</div>
</el-carousel-item>
</el-carousel>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment