mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
优化编辑器表情底部空白和table不显示线
This commit is contained in:
@@ -107,8 +107,8 @@ function initEditor() {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
table, th, td {
|
||||
border: none !important;
|
||||
.mce-item-table:not([border]), .mce-item-table:not([border]) caption, .mce-item-table:not([border]) td, .mce-item-table:not([border]) th, .mce-item-table[border="0"], .mce-item-table[border="0"] caption, .mce-item-table[border="0"] td, .mce-item-table[border="0"] th, table[style*="border-width: 0px"], table[style*="border-width: 0px"] caption, table[style*="border-width: 0px"] td, table[style*="border-width: 0px"] th {
|
||||
border: none;
|
||||
}
|
||||
a {
|
||||
color: #409EFF !important;
|
||||
|
||||
@@ -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;
|
||||
|
||||
+3
-3
File diff suppressed because one or more lines are too long
-1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -6,8 +6,8 @@
|
||||
<title></title>
|
||||
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||
<script type="module" crossorigin src="/assets/index-BYWjgX4H.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DIddMqZG.css">
|
||||
<script type="module" crossorigin src="/assets/index-BVIJB-AL.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DKdj6vty.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading-first">
|
||||
|
||||
Reference in New Issue
Block a user