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

@@ -40,6 +40,10 @@
color: #ff3d60;
}
.color-94A3B8 {
color: #94a3b8;
}
.theme-color-500 {
color: $theme-color-500;
}

View File

@@ -23,6 +23,10 @@
border-radius: 12px;
}
.rounded-14 {
border-radius: 14px;
}
.rounded-16 {
border-radius: 16px;
}