添加身份弹窗
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<header-nav :isNoTabList="true"></header-nav>
|
||||
<header-nav :isNoTabList="true" :user="user"></header-nav>
|
||||
<map-component v-if="mapComponentState" :info="info" @choosingLocation="choosingLocation" />
|
||||
<choosing-identity v-if="false"></choosing-identity>
|
||||
<div class="content-box flexflex">
|
||||
<!-- 左边的信息盒子 -->
|
||||
<user-box :user="user" :type="type" :time="{ timestamp, updatetime, offshelftime }" :status="status"
|
||||
@@ -586,7 +585,7 @@
|
||||
<div class="flexcenter pop-mask" @click="succeedPopState = 0" v-if="succeedPopState == 1">
|
||||
<div class="pop succeed-box shadow radius16 flexflex"
|
||||
:style="{ backgroundImage: `url(${require('@/assets/img/edit/succeed-pop-bj2.svg')})` }" @click.stop="">
|
||||
<a class="pop-close" :href="skipUrl" style="position: static;">
|
||||
<a class="pop-close" :href="skipUrl" style="position: static;">
|
||||
<img class="pop-close" src="@/assets/img/edit/close-icon.svg" />
|
||||
</a>
|
||||
<div class="succeed-title flexacenter" style="margin-bottom: 95px;">
|
||||
@@ -665,7 +664,6 @@
|
||||
<script>
|
||||
import aboutPop from '@/components/edit/about-pop.vue'
|
||||
import mapComponent from '@/components/edit/map.vue'
|
||||
import choosingIdentity from '@/components/edit/choosingIdentity.vue'
|
||||
import pageFooter from '@/components/footer/footer.vue'
|
||||
import how from '@/components/edit/how-pop.vue'
|
||||
import failPop from '@/components/edit/fail-pop.vue'
|
||||
@@ -799,7 +797,6 @@ export default {
|
||||
components: {
|
||||
aboutPop,
|
||||
mapComponent,
|
||||
choosingIdentity,
|
||||
pageFooter,
|
||||
how,
|
||||
failPop,
|
||||
@@ -1545,6 +1542,15 @@ export default {
|
||||
padding: 0 20px;
|
||||
cursor: pointer;
|
||||
|
||||
&.pitch {
|
||||
/deep/ .el-input {
|
||||
.el-input__inner {
|
||||
color: #62B1FF;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.el-icon-date:before {
|
||||
content: "";
|
||||
}
|
||||
@@ -1567,8 +1573,8 @@ export default {
|
||||
height: 100%;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
// color: #555;
|
||||
color: #62B1FF;
|
||||
color: #555;
|
||||
// color: #62B1FF;
|
||||
padding-left: 0;
|
||||
|
||||
/* 修改 FireFox 内核浏览器的输入框提示文本样式 */
|
||||
|
||||
Reference in New Issue
Block a user