fix style

This commit is contained in:
qishibo 2021-07-13 16:55:36 +08:00
parent b840eeff77
commit 409865c6db
2 changed files with 7 additions and 2 deletions

View File

@ -121,7 +121,7 @@ export default {
width: 122px;
}
.format-selector .el-input__inner {
height: 22px;
height: 22px !important;
}
.text-formated-container {

View File

@ -31,8 +31,13 @@ export default {
<style type="text/css">
.size-too-large-viewer .el-alert {
margin: 10px 0;
margin: 3px 0 8px 0;
color: #f56c6c;
background-color: #f9dbdb;
}
/*text viewer box*/
.key-content-string .size-too-large-viewer .el-textarea textarea {
height: calc(100vh - 462px);
}
</style>