Commit 5b767dbe by 陈玉桐

test

parent 4f00a3f7
......@@ -16,7 +16,6 @@
:autoCropHeight="option.autoCropHeight"
:fixedBox="option.fixedBox"
></vueCropper>
<div class="test">{{option.img}}</div>
<div class="cropperOpt">
<span @click="cropperShow=false">取消</span>
<span @click="croppSure">完成</span>
......@@ -564,13 +563,6 @@ export default {
right: 0;
bottom: 0;
z-index: 10000;
.test{
position: absolute;
top: 0;
width: 100%;
color: #000;
z-index: 99999999999;
}
.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