初始化查询

This commit is contained in:
zhangdingyu
2019-01-05 11:33:09 +08:00
parent 0713f0f364
commit ed1d897aab
8 changed files with 14 additions and 9 deletions

View File

@@ -701,7 +701,13 @@ export default {
}
}
</script>
<style>
td{
width: 100px;
height: 30px;
text-align:center;
}
</style>
<style scoped>
span{
margin: 10px 0 10px 10px;
@@ -713,9 +719,4 @@ export default {
max-height: 250px;
overflow: auto;
}
td{
width: 100px;
height: 30px;
text-align:center;
}
</style>