NEZ-1123 fix: Endpoint页面元素超出边框

This commit is contained in:
zhangyu
2021-10-29 11:38:01 +08:00
parent e12e4eb4b6
commit 764e45c348

View File

@@ -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>