优化富文本编辑器
parent
36feda623d
commit
53b48cabff
|
@ -39,6 +39,7 @@
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
max-height: 640px;
|
max-height: 640px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
transition: box-shadow 0.15s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
@ -141,6 +142,17 @@ wc-scroll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host([readonly]) {
|
||||||
|
.neditor {
|
||||||
|
cursor: default;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
:host(:focus-within) {
|
||||||
|
box-shadow: 0 0 0 2px var(--color-plain-a);
|
||||||
|
}
|
||||||
|
|
||||||
.font-layer,
|
.font-layer,
|
||||||
.color-layer,
|
.color-layer,
|
||||||
.link-layer {
|
.link-layer {
|
||||||
|
|
Reference in New Issue