修改
This commit is contained in:
parent
74da92d969
commit
a5aa1e5196
@ -40,7 +40,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
<!-- 诊断 在这里-->
|
<!-- 诊断 在这里-->
|
||||||
<el-select v-model="item.triggerConditionCode" style="width: 120px"
|
<el-select v-model="item.triggerConditionCode" style="width: 120px;z-index: 10;"
|
||||||
@change="changetriggerConditionName($event, index)">
|
@change="changetriggerConditionName($event, index)">
|
||||||
<el-option v-for="item in optionsname" :key="item.dictValue" :label="item.dictLabel"
|
<el-option v-for="item in optionsname" :key="item.dictValue" :label="item.dictLabel"
|
||||||
:value="item.dictValue">
|
:value="item.dictValue">
|
||||||
@ -329,7 +329,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="itemlist">
|
<div class="itemlist">
|
||||||
重播次数111:
|
重播次数:
|
||||||
<span>
|
<span>
|
||||||
<el-select v-model="formInline.phoneRedialTimes" style="width: 100px">
|
<el-select v-model="formInline.phoneRedialTimes" style="width: 100px">
|
||||||
<el-option v-for="item in optionslisttime" :key="item.dictValue" :label="item.dictLabel"
|
<el-option v-for="item in optionslisttime" :key="item.dictValue" :label="item.dictLabel"
|
||||||
@ -820,10 +820,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-code-img {
|
.login-code-img {
|
||||||
width: 62px;
|
width: 84px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: red;
|
// background: red;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -90%;
|
top: -90%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user