fix(admin): resolve JSX namespace and className syntax compilation errors in admin console
This commit is contained in:
@@ -265,7 +265,7 @@ export function StatusPage() {
|
||||
<span className="h-2 w-2 rounded-full bg-violet-600"></span>
|
||||
微应用服务组件
|
||||
</h3>
|
||||
<p class="text-[10px] text-slate-400 mt-0.5">业务核心接入层与后端逻辑</p>
|
||||
<p className="text-[10px] text-slate-400 mt-0.5">业务核心接入层与后端逻辑</p>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
@@ -305,7 +305,7 @@ export function StatusPage() {
|
||||
<span className="h-2 w-2 rounded-full bg-cyan-500"></span>
|
||||
平台基础架构依赖
|
||||
</h3>
|
||||
<p class="text-[10px] text-slate-400 mt-0.5">数据库、中间件及第三方存储服务</p>
|
||||
<p className="text-[10px] text-slate-400 mt-0.5">数据库、中间件及第三方存储服务</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-3.5">
|
||||
|
||||
Reference in New Issue
Block a user