Browse Source

token规则提示框样式修改;

songjie/feature-20250924120152-大财神功能开发分支
宋杰 7 days ago
parent
commit
bb06438420
  1. 11
      src/views/homePage.vue

11
src/views/homePage.vue

@ -2972,7 +2972,7 @@ body {
max-width: 500px;
width: 70vw;
max-height: 70vh;
overflow-y: auto;
/* overflow-y: auto; */
box-sizing: border-box;
}
@ -3039,7 +3039,7 @@ body {
.tokenRuleDialogContent {
width: 80vw;
padding: 15px 20px;
max-height: 80vh;
max-height: 85vh;
}
.tokenRuleDialogTitle {
@ -3225,6 +3225,13 @@ body {
font-size: 1rem;
}
}
@media (min-width: 320px) and (max-width: 375px) {
.tokenRuleDialog {
bottom: 10%;
}
}
</style>
<style>

Loading…
Cancel
Save