bug
This commit is contained in:
@@ -192,7 +192,7 @@ div<template>
|
|||||||
},
|
},
|
||||||
|
|
||||||
replay (item) {
|
replay (item) {
|
||||||
if (!this.user.AreaId) {
|
if (!this.user.areaId) {
|
||||||
this.$dialog.confirm({
|
this.$dialog.confirm({
|
||||||
content: '您只有完成信息认证后,才可进行相关操作。',
|
content: '您只有完成信息认证后,才可进行相关操作。',
|
||||||
confirmText: '去认证'
|
confirmText: '去认证'
|
||||||
@@ -348,7 +348,7 @@ div<template>
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.Detail {
|
.Detail {
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 130px;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -449,16 +449,16 @@ div<template>
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 111;
|
z-index: 111;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 14px 32px;
|
padding: 18px 32px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 60px;
|
height: 70px;
|
||||||
line-height: 60px;
|
line-height: 70px;
|
||||||
// margin-right: 16px;
|
// margin-right: 16px;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
border-radius: 30px;
|
border-radius: 36px;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
|
|||||||
Reference in New Issue
Block a user