Commit 698a5965 by 陈玉桐

test

parent b625e36f
......@@ -16,7 +16,7 @@
:autoCropHeight="option.autoCropHeight"
:fixedBox="option.fixedBox"
></vueCropper>
<div>{{option.img}}</div>
<div class="test">{{option.img}}</div>
<div class="cropperOpt">
<span @click="cropperShow=false">取消</span>
<span @click="croppSure">完成</span>
......@@ -564,6 +564,12 @@ export default {
right: 0;
bottom: 0;
z-index: 10000;
.test{
position: absolute;
top: 0;
width: 100%;
color: #fff;
}
.cropperOpt{
position: absolute;
bottom: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment