风格统一化
This commit is contained in:
@@ -1259,24 +1259,12 @@ input:checked+.slider:before {
|
|||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-partitions-container {
|
/* Partitions List for detail view */
|
||||||
padding: 20px;
|
|
||||||
border-top: 1px solid var(--border-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-section-title {
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 700;
|
|
||||||
color: var(--text-muted);
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-partitions-list {
|
.detail-partitions-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
padding: 16px; /* Match metric header padding horizontal */
|
||||||
}
|
}
|
||||||
|
|
||||||
.partition-row {
|
.partition-row {
|
||||||
|
|||||||
@@ -477,7 +477,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="metric-item-content" id="partitionContent">
|
<div class="metric-item-content" id="partitionContent">
|
||||||
<div class="detail-partitions-list" id="detailPartitionsList" style="padding: 15px;"></div>
|
<div class="detail-partitions-list" id="detailPartitionsList"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user