Compare commits
2 Commits
ff1a27a96f
...
ededb5a3da
| Author | SHA1 | Date | |
|---|---|---|---|
| ededb5a3da | |||
| f91a860f9c |
@ -88,7 +88,7 @@
|
|||||||
class="cloud-contact-us-icon"></span>
|
class="cloud-contact-us-icon"></span>
|
||||||
<p class="cloud-contact-us-tit" style="font-size: 14px;">售前咨询</p>
|
<p class="cloud-contact-us-tit" style="font-size: 14px;">售前咨询</p>
|
||||||
</div>
|
</div>
|
||||||
<div style=";display: flex;justify-content: center;align-items: center;"
|
<div style="display: flex;justify-content: center;align-items: center;"
|
||||||
>
|
>
|
||||||
<div v-if="!phone"
|
<div v-if="!phone"
|
||||||
style="width: 80px;height: 25px;display: flex!important;justify-content: center;align-items: center">
|
style="width: 80px;height: 25px;display: flex!important;justify-content: center;align-items: center">
|
||||||
@ -991,6 +991,7 @@ export default {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
z-index: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes slideInRight {
|
@keyframes slideInRight {
|
||||||
|
|||||||
@ -5,3 +5,4 @@ export default {
|
|||||||
document.body.style.userSelect = 'none';
|
document.body.style.userSelect = 'none';
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="充值金额:" prop="balance">
|
<el-form-item label="充值金额:" prop="balance" label-width="130px">
|
||||||
<el-input v-model="form.balance"></el-input>
|
<el-input v-model="form.balance"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -9,21 +9,21 @@
|
|||||||
fixed
|
fixed
|
||||||
prop="username"
|
prop="username"
|
||||||
label="用户名"
|
label="用户名"
|
||||||
width="150">
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="orgname"
|
prop="orgname"
|
||||||
label="用户机构"
|
label="用户机构"
|
||||||
width="120">
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="create_at"
|
prop="create_at"
|
||||||
label="申请时间"
|
label="申请时间"
|
||||||
width="180">
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
width="150">
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.type==='0'">
|
<div v-if="scope.row.type==='0'">
|
||||||
<el-button @click="handleClick(scope.row)" size="mini" type="primary">同意</el-button>
|
<el-button @click="handleClick(scope.row)" size="mini" type="primary">同意</el-button>
|
||||||
|
|||||||
@ -220,6 +220,7 @@ export default {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemStyle {
|
.itemStyle {
|
||||||
|
|||||||
@ -804,7 +804,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jd-code {
|
.jd-code {
|
||||||
//border:1px solid red;
|
/* border:1px solid red; */
|
||||||
|
|
||||||
.el-dialog__body {
|
.el-dialog__body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -919,4 +919,5 @@ export default {
|
|||||||
.drawer_style {
|
.drawer_style {
|
||||||
padding: 0px 30px 0px 30px !important;
|
padding: 0px 30px 0px 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user