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