HYKIM0324

Untitled

Apr 18th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. ./src/components/app/AppHeader.svelte:
  2. - <a class="dropdown-item d-flex align-items-center" href="/login">LOGOUT
  3. + <a class="dropdown-item d-flex align-items-center" href="/page/login">LOGOUT
  4.  
  5. ./src/stores/appSidebarMenus.js
  6. - 'url': 'Layout',
  7. + //'url': 'Layout',
  8.  
  9. ./src/stores/appTopNavMenus.js
  10. - 'url': 'Layout',
  11. + //'url': 'Layout',
  12.  
  13. ./src/routes/page/data-management/+page.svelte
  14. - import 'datatables.net-buttons/js/buttons.flash.min.js';
  15. + //import 'datatables.net-buttons/js/buttons.flash.min.js';
  16.  
  17. ./src/routes/table/plugins/+page.svelte
  18. - import 'datatables.net-buttons/js/buttons.flash.min.js';
  19. + //import 'datatables.net-buttons/js/buttons.flash.min.js';
  20.  
  21.  
  22. ./src/routes/ui/card/+page.svelte
  23. - Use the Bootstrap grid system and its <a href="/docs/5.1/layout/grid/#row-columns"><code>.row-cols</code> classes</a> to control how many grid columns (wrapped around your Cards) you show per row. For example, here’s <code>.row-cols-1</code> laying out the Cards on one column, and <code>.row-cols-md-2</code> splitting four Cards to equal width across multiple rows, from the medium breakpoint up.
  24.  
  25. Use the Bootstrap grid system and its <a href="https://getbootstrap.com/docs/5.1/layout/grid/#row-columns"><code>.row-cols</code> classes</a> to control how many grid columns (wrapped around your Cards) you show per row. For example, here’s <code>.row-cols-1</code> laying out the Cards on one column, and <code>.row-cols-md-2</code> splitting four Cards to equal width across multiple rows, from the medium breakpoint up.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment