fix : enpointTable 列表页面 限制提示框宽度

This commit is contained in:
likexuan
2022-10-28 16:27:29 +08:00
parent 66c4151595
commit 93848ed1ec
2 changed files with 4 additions and 3 deletions

View File

@@ -439,9 +439,10 @@ export default {
top: 4px;
}
.copy-value-content__pre {
width: 500px;
height: 200px;
margin-top: 20px;
overflow-y: auto;
overflow-x: hidden;
overflow-y: scroll;
overflow-x: scroll;
}
</style>