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