forked from AkkomaGang/admin-fe
Fix style for rate-limit
This commit is contained in:
parent
5c914b7f36
commit
59a17dc5e9
1 changed files with 3 additions and 3 deletions
|
@ -227,7 +227,7 @@
|
||||||
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
width: 240px;
|
width: 100%;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.relays-container {
|
.relays-container {
|
||||||
|
@ -390,7 +390,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.limit-input {
|
.limit-input {
|
||||||
width: 40%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
.proxy-url-input {
|
.proxy-url-input {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -418,7 +418,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.scale-input {
|
.scale-input {
|
||||||
width: 40%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
.setting-label {
|
.setting-label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue