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