|
@@ -238,7 +238,7 @@
|
|
|
<el-button v-if="isEdbBtnShow('copyData')"
|
|
|
type="text" @click="copyCode">复制数据</el-button>
|
|
|
<el-button v-if="EdbData.Button.DeleteButton"
|
|
|
- type="text" @click="removeNode(_,EdbData)">删除</el-button>
|
|
|
+ type="text" @click="removeNode(_,EdbData)" style="color:#C54322;">删除</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="container" id="detail-container">
|
|
@@ -2090,7 +2090,7 @@ export default {
|
|
|
.value-ul {
|
|
|
margin-top: 10px;
|
|
|
border-bottom: 1px solid #dcdfe6;
|
|
|
- max-height: calc(100vh - 560px);
|
|
|
+ max-height: calc(100vh - 495px);
|
|
|
overflow-y: auto;
|
|
|
.value-item {
|
|
|
/* width: 100%; */
|