Commit 4563f9db authored by JingChao's avatar JingChao

Update showpicture.vue

parent 39d05684
<template> <template>
<div :class="{'active': state == 1}" class="show-picture show-picture-backdrop"> <div :class="{'active': state == 1}" class="show-picture show-picture-backdrop">
<view-box>
<div <div
:class="{'show-picture-up': state == 1}" :class="{'show-picture-up': state == 1}"
class="content scroll-content ionic-scroll show-picture-wrapper"> class="content scroll-content ionic-scroll show-picture-wrapper">
...@@ -13,7 +12,6 @@ ...@@ -13,7 +12,6 @@
:alt="imgTitle"> :alt="imgTitle">
</div> </div>
</div> </div>
</view-box>
</div> </div>
</template> </template>
<style lang="less" scoped> <style lang="less" scoped>
......
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