Compare commits

..

2 Commits
v1.9.36 ... pro

Author SHA1 Message Date
kuaifan
4c357ef36f fix: 设置任务编辑器最小高度 2026-09-13 00:56:42 +00:00
kuaifan
5801d66371 fix: 调整会员选择器间距样式 2026-09-13 00:56:37 +00:00
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,8 @@
.task-editor {
position: relative;
word-break: break-all;
min-height: 24px;
::v-deep .mce-content-body,
::v-deep .task-editor-content {
line-height: 1.6;

View File

@ -115,7 +115,7 @@
height: auto;
flex-shrink: 0;
max-width: 60%;
margin: -6px 12px -6px 0;
margin: -6px 8px -6px 0;
ul {
display: flex;
@ -123,7 +123,7 @@
cursor: pointer;
&.selected-avatar-list {
padding: 10px 0;
padding: 10px 4px 10px 0;
cursor: default;
> li {
@ -221,6 +221,7 @@
border-radius: 6px;
height: 36px;
padding: 0 6px;
margin: 2px 0;
.search-pre {
flex-shrink: 0;