fixed bug

This commit is contained in:
chenjianan
2019-06-21 15:02:17 +08:00
parent fa522aec5c
commit 21e994d9d7

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-card>
<div slot="header">
<div slot="header" class="header">
<span>外协到货单号:</span>
<el-input v-model="orderNumber" clearable style="width: 200px" size="small"/>
<span>外协厂家:</span>
@@ -267,7 +267,7 @@ export default {
</script>
<style scoped>
span{
.header span{
margin: 0 0 0 20px;
}
</style>