-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat(UniverSheet): add Lang parameter #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1807583
722ec21
233abad
f450d83
621cdef
cbab4d5
1337cca
168e19d
707f55a
3b8f2e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| @import 'univerjs.preset-sheets-core/index.css'; | ||
| @import 'univerjs.preset-sheets-drawing/index.css'; | ||
| @import 'univerjs.sheets-zen-editor/index.css'; | ||
| @import 'univerjs.preset-sheets-data-validation/index.css'; | ||
|
|
||
| .bb-univer-sheet { | ||
| width: 100%; | ||
| height: 100%; | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| .univer-fixed { | ||
| position: absolute; | ||
| } | ||
|
|
||
| .univer-theme { | ||
| position: relative; | ||
| z-index: 1200; | ||
| } | ||
|
|
||
| .univer-theme [role="toolbar"] > div { | ||
| justify-content: flex-start; | ||
| } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Temporary debug console log remains in production code.
If the console.log is not needed for production diagnostics, consider removing it to maintain clean logging output.