-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat(frontend)::guitar:Adding notification || JIRA: PT-9 #7
Conversation
LeThanhPhongLTV
commented
May 11, 2022
src/modules/grid/views/index.vue
Outdated
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-sm"> | ||
<div class="font-bold pb-4">Mix and match</div> | ||
<div class="grid grid-cols-5 gap-4 text-center drop-shadow"> | ||
<div class="border lg:col-span-1 md:col-span-2 sm:col-span-2">.col-lg-1 .col-md-2 .col-sm-2</div> |
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.
Các tên class đang chưa đúng em nhỉ?
src/modules/grid/views/index.vue
Outdated
|
||
<div class="border lg:col-span-1 md:col-span-2 sm:col-span-2">.col-lg-1 .col-md-2 .col-sm-2</div> | ||
<div class="border">.col-1</div> | ||
<div class="border lg:col-span-3 sm:col-span-2">.col-lg-3 .col-sm-2</div> |
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.
Tới đây nữa: col-span-3
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |