refactor: extract refund governance block styles to css

This commit is contained in:
萝卜
2026-03-11 05:57:36 +00:00
parent 3bcad91fd1
commit 985c8b9bb8
2 changed files with 20 additions and 5 deletions

View File

@@ -12,3 +12,18 @@
.text-danger{
color:#b42318;
}
/* 平台订单:退款状态治理区块 */
.refund-governance-block{
margin-top:12px;
border:1px dashed #fda29b;
background:#fff1f3;
}
.refund-governance-title{
margin-bottom:6px;
}
.refund-governance-meta{
margin-bottom:8px;
}