1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

Update dependency (#5337)

* update node version

* update dependency

* updat i18n

* update seafile-js version

* remove unnecessary dependency

* update seafile-js version

* update react react-dom version

* update react-dev-utils version

* delete unnecessary dependency

* optimize code
This commit is contained in:
杨顺强
2022-12-21 13:30:29 +08:00
committed by GitHub
parent c50fe209ba
commit ca041cc81b
10 changed files with 10243 additions and 5725 deletions

View File

@@ -1,7 +1,7 @@
.text-file-view {
overflow: auto;
}
.text-file-view .ReactCodeMirror {
.text-file-view .react-codemirror2 {
box-shadow: 0 0 6px #ccc;
border: 1px solid #ccc;
width: calc(100% - 40px);