Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_web
This commit is contained in:
commit
0a081a0101
|
@ -648,6 +648,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -789,6 +789,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -308,6 +308,6 @@ export default {
|
|||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -606,6 +606,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -847,6 +847,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1071,6 +1071,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -922,6 +922,6 @@ export default {
|
|||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -783,6 +783,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -975,6 +975,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -465,4 +465,9 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -644,6 +644,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -323,4 +323,9 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -732,6 +732,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1162,6 +1162,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -317,6 +317,6 @@ export default {
|
|||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -471,6 +471,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -675,6 +675,9 @@ export default {
|
|||
.printContainer {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.printWrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.radioWrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -315,6 +315,6 @@ export default {
|
|||
<style scoped>
|
||||
.printWrap {
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue