调机记录

This commit is contained in:
2026-01-04 11:51:05 +08:00
parent 5868f8fab9
commit c313a28435
10 changed files with 352 additions and 42 deletions

View File

@@ -9,11 +9,7 @@
v-model="formData.destLocationCode" />
</uni-forms-item>
</uni-forms>
<uni-row :gutter="10">
<uni-col>
<u-button type="success" @click="handleCall">呼叫</u-button>
</uni-col>
</uni-row>
<u-button type="success" @click="handleCall">呼叫</u-button>
</view>
</template>
@@ -96,4 +92,20 @@ export default {
}
}
}
</script>
</script>
<style>
::v-deep .uni-easyinput__content-input {
height: 80rpx !important;
line-height: 60rpx !important;
display: flex !important;
align-items: center !important;
min-height: 80rpx !important;
}
.u-button {
height: 10% !important;
position: absolute;
bottom: 0;
}
</style>