|
@@ -90,7 +90,9 @@ function goMobileSearch(){
|
|
|
<div @click.stop="handleShowFileOpt(item)">
|
|
|
<van-popover position="bottom-start">
|
|
|
<template #reference>
|
|
|
- <img class="menu-icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ <div class="menu-icon">
|
|
|
+ <img class="icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<div class="pad-classify-file-opt-box">
|
|
|
<div class="item" @click="handlePPTCatalogueCopy">
|
|
@@ -137,7 +139,9 @@ function goMobileSearch(){
|
|
|
<div @click.stop="handleShowPPTOpt(_item)">
|
|
|
<van-popover position="bottom-start">
|
|
|
<template #reference>
|
|
|
- <img class="menu-icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ <div class="menu-icon">
|
|
|
+ <img class="icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<div class="pad-classify-file-opt-box">
|
|
|
<div class="item" @click="handleShowPPTCopy">
|
|
@@ -180,7 +184,9 @@ function goMobileSearch(){
|
|
|
<div @click.stop="handleShowPPTOpt(_item)">
|
|
|
<van-popover position="bottom-start">
|
|
|
<template #reference>
|
|
|
- <img class="menu-icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ <div class="menu-icon">
|
|
|
+ <img class="icon" src="@/assets/imgs/ppt/ppt_icon_menu.png" alt="">
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<div class="pad-classify-file-opt-box">
|
|
|
<div class="item" @click="handleShowPPTCopy">
|
|
@@ -339,11 +345,15 @@ function goMobileSearch(){
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.menu-icon{
|
|
|
- width: 3px;
|
|
|
+ width: 15px;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
- margin-right: 0;
|
|
|
top: 5px;
|
|
|
+ text-align: center;
|
|
|
+ .icon{
|
|
|
+ width: 3px;
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.ppt-item{
|
|
@@ -360,10 +370,14 @@ function goMobileSearch(){
|
|
|
display: block;
|
|
|
}
|
|
|
.menu-icon{
|
|
|
- width: 3px;
|
|
|
+ width: 15px;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 20px;
|
|
|
+ text-align: center;
|
|
|
+ .icon{
|
|
|
+ width: 3px;
|
|
|
+ }
|
|
|
}
|
|
|
.share-icon{
|
|
|
width: 16px;
|