style: 清理未使用的样式

This commit is contained in:
2026-08-02 11:33:02 +08:00
parent 04df078fcf
commit 769d26fa97
4 changed files with 1 additions and 31 deletions
+1 -15
View File
@@ -1162,10 +1162,6 @@ onUnmounted(() => {
}
@media (max-width: 768px) {
.top-head {
flex-direction: column;
}
.info-grid {
grid-template-columns: 1fr;
}
@@ -1260,14 +1256,4 @@ onUnmounted(() => {
text-overflow: ellipsis;
}
.history-content {
flex: 1;
font-size: 14px;
line-height: 1.6;
color: var(--text-primary);
word-break: break-word;
}
.report-item .history-content {
margin: 0;
}</style>
</style>