-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fixed: Plateform Icon And Text #4713
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,7 @@ export function getDefaultConfig(vm) { | |
sortable: true | ||
}, | ||
platform: { | ||
width: '160px', | ||
sortable: true, | ||
formatter: PlatformFormatter | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The main difference between the two lines of code is in the line with the curly braces export function getDefaultConfig(vm) {
// Here's the rest of your existing functionality...
} This change might not have an impact on regular operations but could improve style slightly. It's generally advisable to ensure consistency in naming conventions (e.g., If you want further optimizations, let me know! |
||
|
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.
The code seems to have no issues in terms of structure, syntax, or function flow as it stands currently. The main areas where potential improvements could be made relate to using CSS instead of plain HTML.
Optimizing:
css
@import '~fontawesome/scss';
To sum up, if I were making changes for you based on these optimizations, the updated script might look something like this:
<script src="https://unpkg.com/@fortawesome/free-brands-js">...</script>@@-158,15 +162,11 @@
<style scoped lang="scss" v-loading-prevention> body { margin-top: 0!important; } @media screen and (max-width: 1024px) { .content-table > :last-child:first-of-type { order-position: first !important ```