diff --git a/src/views/enterpriseLibrary/tool/index.vue b/src/views/enterpriseLibrary/tool/index.vue index 8eab0bc..8dea85a 100644 --- a/src/views/enterpriseLibrary/tool/index.vue +++ b/src/views/enterpriseLibrary/tool/index.vue @@ -7,37 +7,40 @@ 返回 - - - - - - +
+ + + + + + +
+ @@ -153,7 +156,7 @@ export default { display: flex; justify-content: flex-end; align-items: center; - margin-bottom: 30px; + margin-bottom: 20px; padding: 0 20px; .back-btn { @@ -175,15 +178,6 @@ export default { } } -.right-table-card { - height: 100%; - overflow-y: hidden; - transition: overflow-y 0.3s ease; - - &:hover { - overflow-y: auto; - } -} .add-btn { width: 121px; @@ -209,4 +203,5 @@ export default { margin-right: 0; } } +