forked from opentiny/tiny-vue
style(rich-text-editor): [rich-text-editor] css variable error (#1367)
* docs(Tree): [Tree] Clear redundant default-expand-all attribute descripttions * style(rich-text-editor): [rich-text-editor] css variable error --------- Co-authored-by: “Jevin” <jevin@mogul-tech.com>
This commit is contained in:
parent
a278aec6ac
commit
e155c44b29
|
@ -132,7 +132,7 @@
|
|||
.h-options {
|
||||
position: absolute;
|
||||
padding: 0.15rem;
|
||||
background-color: var(--ti-rich-text-edito-options-bg-color);
|
||||
background-color: var(--ti-rich-text-editor-options-bg-color);
|
||||
left: 0;
|
||||
display: none;
|
||||
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
||||
|
@ -286,15 +286,15 @@
|
|||
.line-height-button {
|
||||
position: relative;
|
||||
|
||||
.line-height-options {
|
||||
position: absolute;
|
||||
padding: 0.15rem;
|
||||
background-color: var(--ti-rich-text-edito-options-bg-color);
|
||||
left: 0;
|
||||
display: none;
|
||||
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
||||
box-shadow: var(--ti-rich-text-editor-options-box-shadow);
|
||||
z-index: 999;
|
||||
.line-height-options {
|
||||
position: absolute;
|
||||
padding: 0.15rem;
|
||||
background-color: var(--ti-rich-text-editor-options-bg-color);
|
||||
left: 0;
|
||||
display: none;
|
||||
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
||||
box-shadow: var(--ti-rich-text-editor-options-box-shadow);
|
||||
z-index: 999;
|
||||
|
||||
button {
|
||||
color: black;
|
||||
|
|
Loading…
Reference in New Issue