-
Notifications
You must be signed in to change notification settings - Fork 31
Optimize page layout style #488
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
Open
zhao365845726
wants to merge
20
commits into
Developer-KnowledgeBase
Choose a base branch
from
Developer-KnowledgeBase-zmz
base: Developer-KnowledgeBase
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6e5eac6
Optimize page layout style
zhao365845726 55e5f1d
Optimize knowledgebase index page style and search function
zhao365845726 d2c5deb
Optimize knowledge add and edit dialogs style
zhao365845726 675e3f1
Optimize AIKernerl index page style
zhao365845726 d923ec3
Optimize AIKernel index dialog style
zhao365845726 620db1c
Optimize AIKernel index table default page size
zhao365845726 5b2197e
Optimize home page layout style
zhao365845726 ceae70e
Optimize AIVector page layout style
zhao365845726 feff0f5
Optimize AIVector page dialog layout style
zhao365845726 3a8bf8b
Optimize AdminUserInfo page layout style
zhao365845726 0c43f80
Optimize AdminUserInfo page dialog layout style
zhao365845726 9f028e4
Optimize Role page layout style
zhao365845726 93dd1aa
Optimize menu page layout style
zhao365845726 76441f7
Optimize Menu page dialog and SystemConfig page layout style
zhao365845726 164bb82
Optimize SenparcTrace index page layout style
zhao365845726 88e7049
Optimize FileManage index page layout style
zhao365845726 bef49c2
Optimize FileManage index page dialog layout style
zhao365845726 1774f1c
Optimize FileManage index page function
zhao365845726 79a2303
优化页面超出的问题
zhao365845726 5a8cfb5
Optimize the issue of incorrect formatting after page content exceeds…
zhao365845726 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
CSS class
aside-scrollbarreferenced but never definedLow Severity
The old inline
style="height:calc(100vh - 80px);"on theel-scrollbarelement was replaced withclass="aside-scrollbar", but no CSS rule for.aside-scrollbarexists anywhere in the codebase. The element still works because it's styled via the structural selector.app-wrapper .el-container .el-aside .el-scrollbarinlayout.css, but the class name is dead code that could mislead future developers into thinking it carries styling.