修改整体布局
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
let query = {
|
||||
pageNo: this.pageNo,
|
||||
pageSize: this.pageSize,
|
||||
documentId:this.$route.query.id
|
||||
documentId: this.$route.query.id
|
||||
}
|
||||
this.loading = true
|
||||
getAction(this.url.list, query).then((res) => {
|
||||
@@ -185,7 +185,7 @@
|
||||
this.dataSource = res.result.records
|
||||
this.total = res.result.total
|
||||
this.loading = false
|
||||
}else{
|
||||
} else {
|
||||
this.loading = false
|
||||
}
|
||||
})
|
||||
@@ -198,14 +198,14 @@
|
||||
this.pageSize = pageSize
|
||||
this.bussLogList()
|
||||
},
|
||||
DocumentSplitting(){
|
||||
this.$router.push({
|
||||
path:'/docManage/splite',
|
||||
query:{
|
||||
serial_number:this.$route.query.serial_number
|
||||
}
|
||||
})
|
||||
},
|
||||
DocumentSplitting() {
|
||||
this.$router.push({
|
||||
path: '/docManage/splite',
|
||||
query: {
|
||||
serial_number: this.$route.query.serial_number
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -213,15 +213,16 @@
|
||||
@import '~@assets/less/common.less';
|
||||
|
||||
.doc-detail {
|
||||
padding: 20px;
|
||||
padding: 0 8px;
|
||||
box-sizing: border-box;
|
||||
|
||||
.doc-detail-wrap {
|
||||
.doc-detail-header {
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-bottom: 2px #eff1f3 solid;
|
||||
|
||||
.doc-detail-title {
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
@@ -335,6 +336,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
text-align: right;
|
||||
margin-top: 20px;
|
||||
|
||||
@@ -272,4 +272,7 @@
|
||||
|
||||
<style scoped>
|
||||
@import '~@assets/less/common.less';
|
||||
ddd{
|
||||
background: #fff;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user