style(css): 优化导航栏样式和内容编辑组件

- 添加 sticky 导航栏样式,设置背景色和文字颜色
- 优化 contenteditable 组件样式,设置内容区域高度
- 更新字体图标样式,添加新图标
-调整列表样式,优化表格和代码高亮显示
This commit is contained in:
陈昱达
2025-03-17 15:13:17 +08:00
parent cb93501e49
commit 00a52ba8b4
17 changed files with 387 additions and 159 deletions

View File

@@ -105,7 +105,7 @@ const chooseItem = () => {
& .choose-question-context {
overflow: hidden;
padding: 10px;
border-radius: 8px;
border-radius: 16px;
background: #fff;
& .title {