NEZ-1123 fix: Endpoint页面元素超出边框
This commit is contained in:
@@ -655,11 +655,13 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.no-resize{
|
||||
background: rgba(255,255,255,0);
|
||||
}
|
||||
/deep/ .el-textarea.no-resize .el-input__count {
|
||||
right: 5px !important;
|
||||
}
|
||||
.promqlInput {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
@@ -836,4 +838,7 @@ export default {
|
||||
.nz-temp-box .nz-btn-style-normal-new{
|
||||
margin-left: 10px;
|
||||
}
|
||||
.right-box__container .form-row-item .input-box .el-textarea.no-resize .el-textarea__inner {
|
||||
width: 476px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user