Commit b244673b by yuwen

update

parent b55a01af
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
:layout="{width: '1102px', height: '792px'}" :layout="{width: '1102px', height: '792px'}"
> >
<div> <div>
<img :src="pics[currIndex]" /> <img class="bulletImg" :src="pics[currIndex]" />
</div> </div>
</bullet-frame> </bullet-frame>
</div> </div>
...@@ -348,4 +348,9 @@ export default { ...@@ -348,4 +348,9 @@ export default {
} }
} }
} }
.bulletImg{
width: 1428px;
height: 870px;
margin:-27px 0px 0px -40px;
}
</style> </style>
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