fix : enpointTable 列表页面 限制提示框宽度
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
|||||||
if (slow) {
|
if (slow) {
|
||||||
item[type].timeout = setTimeout(() => {
|
item[type].timeout = setTimeout(() => {
|
||||||
this.$set(item[type], 'loading', loading)
|
this.$set(item[type], 'loading', loading)
|
||||||
}, 30)
|
}, 200)
|
||||||
} else {
|
} else {
|
||||||
if (item[type].timeout) {
|
if (item[type].timeout) {
|
||||||
clearTimeout(item[type].timeout)
|
clearTimeout(item[type].timeout)
|
||||||
|
|||||||
@@ -439,9 +439,10 @@ export default {
|
|||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
.copy-value-content__pre {
|
.copy-value-content__pre {
|
||||||
|
width: 500px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user