<style scoped>
|
.ins_order_add {
|
width: 100%;
|
height: 100%;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.ins_order_add::-webkit-scrollbar {
|
width: 0;
|
}
|
|
.title {
|
height: 60px;
|
line-height: 60px;
|
}
|
|
.search {
|
width: calc(100% - 40px);
|
background-color: #fff;
|
padding: 5px 40px 5px 0;
|
}
|
|
.search_thing {
|
display: flex;
|
align-items: center;
|
height: 50px;
|
}
|
|
.search_label {
|
width: 120px;
|
font-size: 14px;
|
text-align: right;
|
}
|
|
.search_input {
|
width: calc(100% - 120px);
|
}
|
|
.node_i {
|
color: orange;
|
font-size: 18px;
|
}
|
|
.el-select-dropdown__item {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
.pairing {
|
text-align: center;
|
line-height: 36px;
|
margin: 3px 0;
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
border-radius: 4px;
|
}
|
|
.askRts {
|
width: 100px;
|
font-size: 12px;
|
border-top: 0;
|
border-left: 0;
|
border-right: 0;
|
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
|
text-align: center;
|
background-color: rgba(0, 0, 0, 0.1);
|
outline: none;
|
border-radius: 2px;
|
line-height: 24px;
|
margin-top: 5px;
|
}
|
.circulateTable {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
}
|
.opticalProject {
|
width: 38%;
|
}
|
.temperatureList {
|
width: 60%;
|
}
|
.temperatureListTitle {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
line-height: 30px;
|
}
|
</style>
|
<style>
|
.ins_order_add .el-input-group__append,
|
.el-input-group__prepend {
|
padding: 0 10px;
|
}
|
|
.ins_order_add .el-tree-node__content {
|
height: 32px;
|
font-size: 14px;
|
border-radius: 2px;
|
}
|
|
.ins_order_add
|
.el-tree--highlight-current
|
.el-tree-node.is-current
|
> .el-tree-node__content {
|
color: #3a7bfa;
|
}
|
|
.ins_order_add .has-gutter .el-table__cell .cell {
|
line-height: 30px;
|
background-color: #fafafa;
|
}
|
|
.ins_order_add .has-gutter .el-table__cell {
|
background-color: #fafafa !important;
|
}
|
|
.ins_order_add .el-table__row .cell {
|
font-size: 12px;
|
}
|
|
.ins_order_add .el-table .warning-row .cell {
|
color: #3a7bfa;
|
}
|
|
.ins_order_add .el-select .is-disabled {
|
background: transparent !important;
|
}
|
|
.ins_order_add .el-select .is-disabled .el-input__inner {
|
background: transparent !important;
|
}
|
</style>
|
|
<template>
|
<div>add</div>
|
</template>
|
|
<script>
|
export default {};
|
</script>
|