调机记录
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user