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,15 @@
|
||||
/* Aurora Admin AnchorNav 样式 — 对齐 组件7.txt AnchorNav:右侧目录、滚动高亮、层级嵌套 */
|
||||
|
||||
.aa-anchor { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); width: 160px; }
|
||||
.aa-anchor.fixed { position: fixed; right: 24px; top: 80px; }
|
||||
|
||||
.aa-anchor-item {
|
||||
display: block; padding: 6px 12px; font-size: 13px; color: #8C8C8C; cursor: pointer;
|
||||
border-left: 2px solid #E8ECF1; line-height: 1.4; transition: color .15s, border-color .15s; background: none; border-top: none; border-right: none; border-bottom: none; text-align: left; width: 100%;
|
||||
}
|
||||
.aa-anchor-item:hover { color: #2F54EB; }
|
||||
.aa-anchor-item.is-active { color: #2F54EB; border-left-color: #2F54EB; font-weight: 500; }
|
||||
|
||||
.aa-anchor-sub { padding-left: 8px; }
|
||||
.aa-anchor-sub .aa-anchor-item { border-left: none; padding-left: 20px; }
|
||||
.aa-anchor-sub .aa-anchor-item.is-active { border-left: 2px solid #2F54EB; }
|
||||
Reference in New Issue
Block a user