mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-18 20:09:27 +08:00
修复bug
This commit is contained in:
parent
25a7561945
commit
ecc886c261
@ -46,7 +46,7 @@
|
||||
<a-divider
|
||||
dashed
|
||||
style="border-color: #ddd4"
|
||||
:type="isMobile ? 'horizontal' : 'vertical'"
|
||||
type="vertical"
|
||||
id="divider-vertical"
|
||||
></a-divider>
|
||||
<div id="item-sell-info">
|
||||
@ -456,4 +456,24 @@ onUnmounted(() => {
|
||||
#sell-total {
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user