Commit b7e8ae01 by Thews

20231219wangwansu

1 parent 1b254103
...@@ -414,7 +414,7 @@ export default { ...@@ -414,7 +414,7 @@ export default {
padding: 60px 15px 60px 15px; padding: 60px 15px 60px 15px;
} }
</style> </style>
<style scoped> <style lang="scss" scoped>
.totalArchiPropertyDocument{ .totalArchiPropertyDocument{
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -569,6 +569,9 @@ export default { ...@@ -569,6 +569,9 @@ export default {
width: 97%; width: 97%;
height: calc(100% - 40px); height: calc(100% - 40px);
margin-top: 20px; margin-top: 20px;
a{
text-decoration: none;
}
} }
.el-pagination{ .el-pagination{
margin-top: 30px; margin-top: 30px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!