This commit is contained in:
2024-05-31 18:29:29 +08:00
parent 5a67d60937
commit 607dcde7b0
11 changed files with 853 additions and 459 deletions

View File

@@ -1,5 +1,8 @@
@import "dark.less";
@import "animation.less";
// 导入自己的样式覆盖
@import "warp.less";
html,
body {

View File

@@ -0,0 +1,7 @@
.tox-textarea-wrap {
height: 100% !important;
&>textarea.tox-textarea {
height: 100%;
}
}