Saya sedang menulis bahagian hadapan papan pemuka menggunakan CSS Tailwind. Saya mencipta struktur grid halaman dan meletakkan komponen saya di dalamnya. Walau bagaimanapun, semua lajur adalah sama lebar dan panjang. Sesetengah komponen biasanya perlu kelihatan lebih luas, jadi beberapa komponen yang saya tambahkan tidak sepadan dengan fail Figma. Bagaimanakah saya boleh menyelesaikan masalah ini?
Kod halaman saya:
// Components // Layouts import DashboardLayout from "@/layouts/dashboard" // Icons import { BoltIcon } from '@heroicons/react/24/solid' import { Bars3CenterLeftIcon } from '@heroicons/react/24/solid' import { EllipsisVerticalIcon } from '@heroicons/react/24/solid' import { Squares2X2Icon } from '@heroicons/react/24/solid' import { CheckIcon } from '@heroicons/react/24/solid' // Types type Props = {} export default function OverviewTemplate({ }: Props) { return () } DashboardWant to see metrics for your latest video? Upload and post a video to get started.
Refer to your Network
Earn up to 15% recurring commission.
What’s new on Omnicourse
- Product Development News
- Newly published Contents
Tips & Tricks
- How to Choose the best recording tool
- 5 Steps to Generate interesting Content
- 3 Ways to Earn Income via Omnicourse
- Developing Productive Habits in 3 Steps
Contoh fail Figma:
Halaman saya kelihatan seperti ini:
Seperti yang dinyatakan dalam ulasan, anda boleh mencapai ini dengan lebih baik menggunakan
flex
而不是grid
Keluaran:
Kod: