feat/ 导出开发容器内的数据用于评估
This commit is contained in:
15
app-eval-web/src/index.css
Normal file
15
app-eval-web/src/index.css
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
font-family: system-ui, sans-serif;
|
||||
line-height: 1.5;
|
||||
color: #1a1a1a;
|
||||
background: #f5f5f7;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
a {
|
||||
color: #06c;
|
||||
}
|
||||
Reference in New Issue
Block a user