mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
update
This commit is contained in:
parent
d1059d3b6e
commit
7f936e54e4
@ -272,7 +272,6 @@ input#custom-url-input {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: 8px;
|
|
||||||
/* border: 1px solid #dcdcdc; */
|
/* border: 1px solid #dcdcdc; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -281,10 +280,13 @@ input#custom-url-input {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
border-radius: 8px;
|
|
||||||
/* border: 1px solid #d3d3d3; */
|
/* border: 1px solid #d3d3d3; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#result-table tr{
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* 下面的代码定义了结果表格奇数行的背景颜色 */
|
/* 下面的代码定义了结果表格奇数行的背景颜色 */
|
||||||
#result-table tbody tr:nth-child(odd) {
|
#result-table tbody tr:nth-child(odd) {
|
||||||
background-color: #252422;
|
background-color: #252422;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user