|
@@ -4,7 +4,7 @@
|
|
|
<div class="page-content">
|
|
|
<div class="title">机构认证信息</div>
|
|
|
<div class="updated" v-if="isAuth">
|
|
|
- <el-button type="text" size="default" @click="editData">{{ status ? '修改' : '保存' }}</el-button>
|
|
|
+ <el-button type="warning" size="default" plain @click="editData">{{ status ? '修改' : '保存' }}</el-button>
|
|
|
</div>
|
|
|
<template v-if="!isAuth">
|
|
|
<div class="tip">抱歉,您暂未认证机构</div>
|
|
@@ -170,6 +170,7 @@ export default {
|
|
|
|
|
|
try {
|
|
|
await this.$http.api.authClubSave1(authdata)
|
|
|
+ await this.fetchClubDetail()
|
|
|
this.$toast.loading({
|
|
|
message: '保存成功',
|
|
|
duration: 1000,
|
|
@@ -188,6 +189,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
.position-select {
|
|
@@ -261,10 +263,14 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- ::v-deep .el-button--text {
|
|
|
- color: blue;
|
|
|
+ ::v-deep .el-button {
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
+ ::v-deep .el-button--warning {
|
|
|
+ color: #f3920d;
|
|
|
+ background: #fff;
|
|
|
+ border-color: #f3920d;
|
|
|
+ }
|
|
|
}
|
|
|
.title {
|
|
|
font-size: 24px;
|
|
@@ -353,6 +359,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
.position-select {
|
|
@@ -425,9 +432,13 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- ::v-deep .el-button--text {
|
|
|
- color: blue;
|
|
|
- font-size: 4.2vw;
|
|
|
+ ::v-deep .el-button {
|
|
|
+ font-size: 3.4vw;
|
|
|
+ }
|
|
|
+ ::v-deep .el-button--warning {
|
|
|
+ color: #f3920d;
|
|
|
+ background: #fff;
|
|
|
+ border-color: #f3920d;
|
|
|
}
|
|
|
}
|
|
|
.title {
|