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