mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2026-01-25 16:46:32 +00:00
fix style
This commit is contained in:
parent
b840eeff77
commit
409865c6db
@ -121,7 +121,7 @@ export default {
|
||||
width: 122px;
|
||||
}
|
||||
.format-selector .el-input__inner {
|
||||
height: 22px;
|
||||
height: 22px !important;
|
||||
}
|
||||
|
||||
.text-formated-container {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user