mirror of https://github.com/fantasticit/think.git
fix css
This commit is contained in:
parent
c6abfab7c8
commit
b0e32f0c94
|
@ -1,4 +1,6 @@
|
||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
|
|
||||||
|
.ProseMirror {
|
||||||
$tableBorderColor: var(--semi-color-border);
|
$tableBorderColor: var(--semi-color-border);
|
||||||
$tableHeaderBgColor: var(--semi-color-fill-0);
|
$tableHeaderBgColor: var(--semi-color-fill-0);
|
||||||
$tableSelectedBorderColor: rgb(0 101 255);
|
$tableSelectedBorderColor: rgb(0 101 255);
|
||||||
|
@ -283,3 +285,4 @@ table {
|
||||||
cursor: ew-resize;
|
cursor: ew-resize;
|
||||||
cursor: col-resize; /* stylelint-disable declaration-block-no-duplicate-properties */
|
cursor: col-resize; /* stylelint-disable declaration-block-no-duplicate-properties */
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue