Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-uniapp into dev-sws

master
sws 2024-10-16 11:11:12 +08:00
commit 2c57f1bce9
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
const { windowWidth, windowHeight } = uni.getSystemInfoSync();
let x = display_location == 'left' ? 10 : windowWidth - 60;
//
const y = Math.ceil(windowHeight * (1 - Number(offset_number_percentage)));
const y = Math.ceil(windowHeight * (1 - Number(offset_number_percentage)) - 20);
this.setData({
content_style: float_style == 'shadow' ? `box-shadow: 0 0 40rpx ${float_style_color};border-radius: 50%;` : `background-color: ${float_style_color};border-radius: 50%;`,
x: x,

View File

@ -56,7 +56,7 @@
* {
max-width: 100%;
}
[id^=v] {
[id^='v'] {
width: 100%;
}
}