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