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 {
|
.h-options {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0.15rem;
|
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;
|
left: 0;
|
||||||
display: none;
|
display: none;
|
||||||
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
||||||
|
@ -286,15 +286,15 @@
|
||||||
.line-height-button {
|
.line-height-button {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.line-height-options {
|
.line-height-options {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0.15rem;
|
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;
|
left: 0;
|
||||||
display: none;
|
display: none;
|
||||||
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
border-radius: var(--ti-rich-text-editor-options-border-radius);
|
||||||
box-shadow: var(--ti-rich-text-editor-options-box-shadow);
|
box-shadow: var(--ti-rich-text-editor-options-box-shadow);
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Reference in New Issue