1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

[draft view] redesigned the 'comment' panel

This commit is contained in:
llj
2022-04-11 17:57:24 +08:00
parent be69c6d7ce
commit e086097a69
6 changed files with 39 additions and 261 deletions

View File

@@ -54,7 +54,7 @@ class Draft extends React.Component {
showReviewerDialog: false,
reviewers: [],
inResizing: false,
rightPartWidth: 30,
rightPartWidth: 300 / window.innerWidth * 100,
draftStatus: draftStatus,
};
this.quote = '';