diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 51d8dc21e..a9277a744 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3637,9 +3637,10 @@ export default { & > .files-title { width: calc(~'100% - 120px'); - min-height: 50px; - line-height: 50px; - font-size: 16px; + //报批稿撑开 + //min-height: 50px; + //line-height: 50px; + //font-size: 16px; color: #409EFF; & > a { @@ -3669,7 +3670,8 @@ export default { .decomposition-btn { position: absolute; - top: 10px; + //报批稿撑开 + //top: 10px; right: 0; padding: 0 10px; height: 30px;