@@ -342,6 +342,12 @@ export default defineComponent({
});
const containerBox = computed(() => {
+ if (state.platform === IPlatform.PC || query.modelType) {
+ return {
+ paddingTop: "1rem",
+ paddingBottom: "",
+ }
if (data.subject === "hulusi-flute") {
return {
paddingTop: "3.1rem",