Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
陈玉桐
marketing
Commits
15cee3c7
Commit
15cee3c7
authored
Dec 10, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
725bb3fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
tool.vue
src/views/tool.vue
+0
-49
No files found.
src/views/tool.vue
View file @
15cee3c7
...
...
@@ -20,13 +20,6 @@
<span
@
click=
"cropperShow=false"
>
取消
</span>
<span
@
click=
"croppSure"
>
完成
</span>
</div>
<!--
<div
class=
"cropperOpt"
>
<div
class=
"button"
@
click=
"confirm"
>
使用
</div>
<div
class=
"button cancel"
@
click=
"cropperShow=false"
>
取消
</div>
</div>
<div
class=
"content"
>
<quick-cropper
ref=
"cropper"
:img-src=
"imgSrc"
@
finish=
"finish"
></quick-cropper>
</div>
-->
</div>
<!-- 21天模板 -->
<div
id=
"posterCon"
class=
"posterCon_21"
v-if=
"days==21||days==150"
>
...
...
@@ -217,7 +210,6 @@ export default {
autoCropHeight
:
150
,
fixedBox
:
false
// 截图框固定大小
},
// imgSrc: '',
cropperShow
:
false
,
...
...
@@ -353,24 +345,6 @@ export default {
})
},
// finish(base64,data){
// console.log(base64,'图片base64')
// console.log(data,'图片二进制')
// this.uploadPic = base64
// this.cropperShow = false
// },
// // 确定使用
// confirm() {
// this.$nextTick(() => {
// // 确认截图
// this.$refs.cropper.confirm()
// })
// },
// // 取消
// cancel(){
// this.visible = false
// },
create
()
{
// 使input失去焦点
document
.
getElementById
(
"currentDayInput"
).
blur
()
...
...
@@ -590,30 +564,7 @@ export default {
right
:
0
;
bottom
:
0
;
z-index
:
10000
;
box-sizing
:
border-box
;
padding-top
:
44px
;
.content
{
height
:
100%
;
}
.cropperOpt{
//
position
:
fixed
;
//
top
:
0
;
//
right
:
0
;
//
height
:
44px
;
//
width
:
100%
;
//
background
:
#303030
;
//
.button
{
//
float
:
right
;
//
height
:
44px
;
//
line-height
:
44px
;
//
font-size
:
14px
;
//
margin-right
:
15px
;
//
color
:
green
;
//
}
//
.cancel
{
//
float
:
left
;
//
margin-left
:
15px
;
//
}
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
...
...
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