feat: 搭建快捷提问组件与一些样式调整

This commit is contained in:
2026-04-27 16:31:56 +08:00
parent 722dec025e
commit 2c9377c019
8 changed files with 105 additions and 2 deletions

View File

@@ -46,7 +46,8 @@
}
.tab-text {
font-size: 20px;
font-size: 16px;
font-weight: 500;
color: rgba(128, 140, 153, 0.9);
z-index: 5;
padding: 0 4px;
@@ -55,7 +56,7 @@
.tab-item.active .tab-text {
color: #0b0b0b;
font-weight: 800;
font-weight: bold;
}
.tab-indicator {