fixed bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-card>
|
<el-card>
|
||||||
<div slot="header">
|
<div slot="header" class="header">
|
||||||
<span>外协到货单号:</span>
|
<span>外协到货单号:</span>
|
||||||
<el-input v-model="orderNumber" clearable style="width: 200px" size="small"/>
|
<el-input v-model="orderNumber" clearable style="width: 200px" size="small"/>
|
||||||
<span>外协厂家:</span>
|
<span>外协厂家:</span>
|
||||||
@@ -267,7 +267,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
span{
|
.header span{
|
||||||
margin: 0 0 0 20px;
|
margin: 0 0 0 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user