mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
修复bug
This commit is contained in:
parent
25a7561945
commit
ecc886c261
@ -46,7 +46,7 @@
|
|||||||
<a-divider
|
<a-divider
|
||||||
dashed
|
dashed
|
||||||
style="border-color: #ddd4"
|
style="border-color: #ddd4"
|
||||||
:type="isMobile ? 'horizontal' : 'vertical'"
|
type="vertical"
|
||||||
id="divider-vertical"
|
id="divider-vertical"
|
||||||
></a-divider>
|
></a-divider>
|
||||||
<div id="item-sell-info">
|
<div id="item-sell-info">
|
||||||
@ -456,4 +456,24 @@ onUnmounted(() => {
|
|||||||
#sell-total {
|
#sell-total {
|
||||||
transition: color 0.2s linear;
|
transition: color 0.2s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
#shop {
|
||||||
|
width: 90vw;
|
||||||
|
padding-top: 5vh;
|
||||||
|
font-size: 3.8vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#item-list {
|
||||||
|
width: 40vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#shop-bottom {
|
||||||
|
width: 90vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#item-sell-info {
|
||||||
|
width: 50vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user