style: 移除未使用的 CSS 变量并添加 workspace 样式
移除 theme.css 中未使用的 --text-* 变量 在 index.css 中添加 workspace 组件的样式定义
This commit is contained in:
@@ -14,3 +14,9 @@
|
||||
@apply size-full overflow-hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.workspace {
|
||||
@apply size-full overflow-hidden flex items-stretch gap-2 rounded-sm;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user