优化编辑器表情底部空白和table不显示线
This commit is contained in:
@@ -71,13 +71,6 @@ button, input, select, textarea {
|
||||
}
|
||||
}
|
||||
|
||||
.tox .tox-dialog__body-content {
|
||||
max-height: min(850px, calc(100vh - 110px)) !important;
|
||||
@media (max-width: 1024px) {
|
||||
max-height: min(850px, calc(100% - 40px)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.tox .tox-dialog__body-content {
|
||||
overflow: initial !important;
|
||||
max-height: min(850px, calc(100vh - 110px)) !important;
|
||||
@@ -87,7 +80,14 @@ button, input, select, textarea {
|
||||
}
|
||||
}
|
||||
|
||||
.tox-dialog__body-content {
|
||||
height: auto !important;
|
||||
flex-basis: auto !important;
|
||||
}
|
||||
|
||||
.tox .tox-collection--grid .tox-collection__group {
|
||||
max-height: 220px !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--el-color-primary: #1890ff;
|
||||
|
||||
Reference in New Issue
Block a user