Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
byq_pc
Project
Project
Details
Activity
Releases
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
张伯涛
byq_pc
Commits
e7d5bdbe
Commit
e7d5bdbe
authored
Apr 29, 2025
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
背景设置
parent
b2dfbdf0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1659 additions
and
751 deletions
+1659
-751
CanvasWithExternalBackground.vue
src/components/CanvasWithExternalBackground.vue
+799
-0
index.vue
src/views/index/index.vue
+10
-27
index copy 3.vue
src/views/makePie/index copy 3.vue
+783
-0
index.vue
src/views/makePie/index.vue
+67
-724
No files found.
src/components/CanvasWithExternalBackground.vue
0 → 100644
View file @
e7d5bdbe
This diff is collapsed.
Click to expand it.
src/views/index/index.vue
View file @
e7d5bdbe
...
...
@@ -15,32 +15,8 @@
>
第二视角
</button>
<!--
<button
:class=
"type == 3 ? 'active-btn' : 'default-btn'"
@
click=
"getType(3)"
>
第三视角
</button>
<button
:class=
"type == 4 ? 'active-btn' : 'default-btn'"
@
click=
"getType(4)"
>
第四视角
</button>
<button
:class=
"type == 5 ? 'active-btn' : 'default-btn'"
@
click=
"getType(5)"
>
第五视角
</button>
<button
:class=
"type == 6 ? 'active-btn' : 'default-btn'"
@
click=
"getType(6)"
>
第六视角
</button>
-->
</div>
<pie
ref=
"zutai"
:width=
"
200"
:height=
"400"
:backgroundImage
=
"pic1"
>
</pie>
<pie
ref=
"zutai"
:width=
"
400"
:height=
"200"
:backgroundUrl
=
"pic1"
>
</pie>
</el-col>
</el-row>
</div>
...
...
@@ -68,17 +44,24 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.left-bar
{
padding
:
0
20px
;
}
.default-btn
{
width
:
145px
;
height
:
5
8px
;
height
:
3
8px
;
background
:
#ffffff
;
border-radius
:
29px
;
cursor
:
pointer
;
margin-right
:
10px
;
}
.active-btn
{
width
:
145px
;
height
:
5
8px
;
height
:
3
8px
;
background
:
#ffffff
;
border-radius
:
29px
;
cursor
:
pointer
;
margin-right
:
10px
;
}
.pageindex
{
width
:
100%
;
...
...
src/views/makePie/index copy 3.vue
0 → 100644
View file @
e7d5bdbe
This diff is collapsed.
Click to expand it.
src/views/makePie/index.vue
View file @
e7d5bdbe
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