change ui
This commit is contained in:
12
src/App.vue
12
src/App.vue
@@ -607,7 +607,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-container { max-width: 800px; margin: 0 auto; padding-bottom: 60px; transition: max-width 0.4s ease; }
|
.page-container { max-width: 800px; margin: 0 auto; padding-bottom: 10px; transition: max-width 0.4s ease; }
|
||||||
.page-container.full-width { max-width: 1400px; }
|
.page-container.full-width { max-width: 1400px; }
|
||||||
.page-header { margin-bottom: 40px; text-align: center; }
|
.page-header { margin-bottom: 40px; text-align: center; }
|
||||||
.page-header h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: var(--text-main); }
|
.page-header h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: var(--text-main); }
|
||||||
@@ -829,13 +829,17 @@ body {
|
|||||||
flex: 2;
|
flex: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-weight: 500;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
.node-text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-weight: 500;
|
flex: 1;
|
||||||
}
|
}
|
||||||
.col-size { width: 100px; text-align: right; font-weight: 600; color: var(--text-main); }
|
.col-size { width: 100px; text-align: right; font-weight: 600; color: var(--text-main); flex-shrink: 0; }
|
||||||
.col-graph { width: 180px; display: flex; align-items: center; gap: 12px; padding-left: 32px; }
|
.col-graph { width: 180px; display: flex; align-items: center; gap: 12px; padding-left: 32px; flex-shrink: 0; }
|
||||||
|
|
||||||
.mini-bar-bg { flex: 1; height: 6px; background: #F0F0F2; border-radius: 3px; overflow: hidden; }
|
.mini-bar-bg { flex: 1; height: 6px; background: #F0F0F2; border-radius: 3px; overflow: hidden; }
|
||||||
.mini-bar-fill {
|
.mini-bar-fill {
|
||||||
|
|||||||
Reference in New Issue
Block a user