This commit is contained in:
troyeguo
2025-01-29 16:17:20 +08:00
parent 7b33a673f5
commit c13bfe5582
16 changed files with 455 additions and 676 deletions

View File

@@ -23,8 +23,8 @@
line-height: 20px;
opacity: 1;
margin-top: 10px;
padding-left: 30px;
padding-right: 30px;
margin-left: 25px;
width: calc(100% - 50px);
margin-bottom: 5px;
/* width: 280px; */
display: flex;
@@ -183,3 +183,33 @@
right: 10px;
cursor: pointer;
}
.token-dialog-button-container {
margin-top: 20px;
margin-bottom: 30px;
}
.token-dialog-token-box {
width: 100%;
height: 100px;
opacity: 1;
font-size: 13px;
line-height: 14px;
opacity: 1;
box-sizing: border-box;
/* left: 30px; */
border-radius: 5px;
padding: 5px;
margin-top: 10px;
box-sizing: border-box;
}
.token-dialog-username-box {
width: 100%;
height: 30px;
opacity: 1;
font-size: 13px;
line-height: 14px;
opacity: 1;
margin-top: 9px;
padding-left: 5px;
border-radius: 5px;
box-sizing: border-box;
}