fix: 为独立页面添加 Tailwind CDN,确保所有类名正常工作
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
aside a:hover { background-color: #f3f4f6; }
|
aside a:hover { background-color: #f3f4f6; }
|
||||||
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
||||||
</style>
|
</style>
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
aside a:hover { background-color: #f3f4f6; }
|
aside a:hover { background-color: #f3f4f6; }
|
||||||
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
||||||
</style>
|
</style>
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
aside a:hover { background-color: #f3f4f6; }
|
aside a:hover { background-color: #f3f4f6; }
|
||||||
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
@media (max-width: 768px) { .sidebar { display: none; } .main-content { margin-left: 0; width: 100vw; } }
|
||||||
</style>
|
</style>
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|||||||
Reference in New Issue
Block a user