修复bug

This commit is contained in:
unanmed 2023-04-29 09:49:37 +08:00
parent 25a7561945
commit ecc886c261

View File

@ -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>