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
-7
View File
@@ -480,11 +480,4 @@ watch(
margin-top: 12px; margin-top: 12px;
} }
@media (max-width: 900px) {
.form-row {
flex-direction: column;
align-items: stretch;
}
}
</style> </style>
-5
View File
@@ -860,11 +860,6 @@ onMounted(() => {
white-space: nowrap; white-space: nowrap;
} }
.scope-hint {
font-size: 12px;
color: var(--text-secondary, #999);
}
.session-badge { .session-badge {
flex-shrink: 0; flex-shrink: 0;
} }
+1 -15
View File
@@ -1162,10 +1162,6 @@ onUnmounted(() => {
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.top-head {
flex-direction: column;
}
.info-grid { .info-grid {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@@ -1260,14 +1256,4 @@ onUnmounted(() => {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.history-content { </style>
flex: 1;
font-size: 14px;
line-height: 1.6;
color: var(--text-primary);
word-break: break-word;
}
.report-item .history-content {
margin: 0;
}</style>
-4
View File
@@ -791,10 +791,6 @@ onMounted(() => {
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.page-head {
flex-direction: column;
}
.action-card { .action-card {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }