Browse Source

Merge branch 'dev_230517' of https://git.qdhtt.cn/shuai16.wang/smart-screen-demo-web into dev_230517

dev_230517
zhangzhiyi 1 year ago
parent
commit
fd46c6db61
  1. 2
      src/view/tabs/home-screen.vue
  2. 3
      src/view/timing/timing-select-device.vue

2
src/view/tabs/home-screen.vue

@ -321,7 +321,7 @@ const changeAnimation = () => { @@ -321,7 +321,7 @@ const changeAnimation = () => {
const timeTouchStart = () => {
timePushTimer.value = setTimeout(() => {
envSelect();
}, 1000);
}, 5000);
};
/** 时间长按结束 */

3
src/view/timing/timing-select-device.vue

@ -196,10 +196,9 @@ onMounted(() => { @@ -196,10 +196,9 @@ onMounted(() => {
}
.layout-btm {
position: absolute;
display: flex;
justify-content: space-between;
bottom: 10px;
margin-top: 12px;
}
.tem-btm {

Loading…
Cancel
Save