Aurora Admin v1.2.0: 79 components x 5 ends, doc site, contracts batch 1, playground, regression, deploy ready
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* Aurora Admin TreeTable 样式 — 对齐 组件7.txt TreeTable 规范 */
|
||||
.aa-tt { width: 100%; border: 1px solid #E8ECF1; border-radius: 8px; overflow: hidden; background: #fff; }
|
||||
.aa-tt table { width: 100%; border-collapse: collapse; font-size: 14px; color: #262626; }
|
||||
.aa-tt thead th { background: #FAFAFA; color: #262626; font-weight: 600; height: 48px; text-align: left; padding: 0 16px; border-bottom: 1px solid #E8ECF1; white-space: nowrap; }
|
||||
.aa-tt tbody td { height: 48px; padding: 0 16px; border-bottom: 1px solid #E8ECF1; text-align: left; }
|
||||
.aa-tt tbody tr:last-child td { border-bottom: none; }
|
||||
.aa-tt tbody tr:hover { background: #F5F7FA; }
|
||||
.aa-tt tbody tr.is-selected { background: #F0F5FF; }
|
||||
.aa-tt .align-right { text-align: right; }
|
||||
.aa-tt .col-selection { text-align: center; }
|
||||
.aa-tt .tree-cell { display: flex; align-items: center; gap: 4px; }
|
||||
.aa-tt .tt-arrow { width: 16px; height: 16px; font-size: 12px; color: #8C8C8C; transition: transform .15s; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
|
||||
.aa-tt .tt-arrow.is-open { transform: rotate(90deg); }
|
||||
.aa-tt .tt-arrow-placeholder { width: 16px; flex-shrink: 0; }
|
||||
.aa-tt .tt-check { width: 14px; height: 14px; cursor: pointer; }
|
||||
.aa-tt .tt-summary { color: #8C8C8C; font-size: 12px; margin-left: 6px; }
|
||||
.aa-tt tfoot td { height: 44px; padding: 0 16px; background: #FAFAFA; font-weight: 600; border-top: 1px solid #E8ECF1; }
|
||||
Reference in New Issue
Block a user