This commit is contained in:
fantasticit 2022-12-21 16:54:11 +08:00
parent c6abfab7c8
commit b0e32f0c94
1 changed files with 235 additions and 232 deletions

View File

@ -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 */
} }
}