mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
23 lines
224 B
CSS
23 lines
224 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
width:100%;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
mdui-layout {
|
|
height: 100%;
|
|
width:80%;
|
|
margin:auto;
|
|
padding:0;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
.hidden{
|
|
display:none;
|
|
}
|
|
|
|
|
|
|