Commit 5b767dbe by 陈玉桐

test

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