Feature: 添加Element-Plus UI组件框架

This commit is contained in:
2025-08-13 15:56:39 +08:00
parent c6b4def0e4
commit 6470da9792
8 changed files with 487 additions and 32 deletions

View File

@ -0,0 +1,16 @@
html,
body,
#app {
margin: 0;
padding: 0;
}
html.dark {
background: #222;
color: white;
}
a {
font-weight: 400;
color: var(--el-color-primary);
}