zydx-plus 1.33.402 → 1.33.403
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/flip/src/flip.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="docView">
|
|
3
|
-
<div class="full-screen">
|
|
3
|
+
<div class="full-screen" v-if="false">
|
|
4
4
|
<div class="full-screen-img" @click.stop="fullScreen">
|
|
5
5
|
<!-- <div class="full-screen-title" style="" v-if="showText">全屏查看</div>-->
|
|
6
6
|
<img @mouseover="showText=true" @mouseout="showText=false" src="../img/full-screen.png" alt="" title="全屏查看">
|