修改
This commit is contained in:
parent
e059cd61ae
commit
6b8c4df70e
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="background-color: #f1f3f5;padding-top:10px">
|
||||
<div class="title" ref="layout">
|
||||
<div class="titlemengt" ref="layout">
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="upload">保存</el-button>
|
||||
</div>
|
||||
@ -29,7 +29,6 @@
|
||||
position: absolute;
|
||||
left: 3%;
|
||||
top: 195px;
|
||||
background-color: red;
|
||||
" v-if="updata.triggerConditionList.length === 3">
|
||||
<img src="@/assets/images/images.png" class="login-code-img" />
|
||||
<el-select v-model="item.triggerLogic" style="width: 60px" placeholder=""
|
||||
@ -775,6 +774,14 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.titlemengt {
|
||||
width: 98.5%;
|
||||
border-radius: 10px;
|
||||
padding: 10px 20px;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
@ -885,14 +892,7 @@ export default {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 98.5%;
|
||||
border-radius: 10px;
|
||||
padding: 10px 20px;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.nodes {
|
||||
// height: var(--heightLine);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user