|
@@ -57,7 +57,7 @@ export default defineComponent({
|
|
|
// console.log("🚀 ~ screenData:", screenData.content);
|
|
|
const { isSpecialShapedScreen, notchHeight } = screenData.content;
|
|
|
if (isSpecialShapedScreen) {
|
|
|
- detailData.paddingLeft = 25 + "px";
|
|
|
+ detailData.paddingLeft = 10 + "px";
|
|
|
}
|
|
|
}
|
|
|
};
|