Files
yunrui_asset/frontend/src/index.css
T

34 lines
526 B
CSS
Raw Normal View History

2025-12-18 10:45:13 +08:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
height: 100vh;
}
.ant-layout {
min-height: 100vh;
}
.ant-layout-content {
padding: 24px;
background-color: #f0f2f5;
}
.ant-card {
margin-bottom: 24px;
}
.ant-table {
margin-top: 16px;
}