优化分享组件
This commit is contained in:
parent
8721ab6533
commit
fa889f1df2
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="FindAcquaintance">
|
||||
<div class="header">
|
||||
<back scale="1.8" mode="light" @click="back"></back>
|
||||
<back mode="light" @click="back"></back>
|
||||
<Indicator
|
||||
style="width: 50%;"
|
||||
tabStyleWidth="40%"
|
||||
@ -327,7 +327,7 @@ export default {
|
||||
}
|
||||
|
||||
.find-address-list-dialog {
|
||||
z-index: 2;
|
||||
z-index: 4;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
@ -418,7 +418,7 @@ export default {
|
||||
}
|
||||
|
||||
.out-web-img-account-dialog {
|
||||
z-index: 2;
|
||||
z-index: 4;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="Scan">
|
||||
<img src="../../assets/img/icon/back.png" @click="$back" class="back">
|
||||
<img src="../../assets/img/icon/components/gray-back.png" @click="$back" class="back">
|
||||
<div class="video-ctn">
|
||||
<video src="../../assets/video/3.mp4"></video>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user