diff --git a/src/components/global.less b/src/components/global.less index 1b9e2de0a..398a8e219 100644 --- a/src/components/global.less +++ b/src/components/global.less @@ -544,4 +544,16 @@ body { } } } +} + +.bottom-control { + position: absolute; + bottom: 0px; + width: 100%; + border-top: 1px solid rgb(232, 232, 232); + padding: 10px 16px; + text-align: right; + left: 0px; + background: rgb(255, 255, 255); + border-radius: 0px 0px 4px 4px; } \ No newline at end of file diff --git a/src/views/attachment/AttachmentList.vue b/src/views/attachment/AttachmentList.vue index 5f3216ed0..8039a1b10 100644 --- a/src/views/attachment/AttachmentList.vue +++ b/src/views/attachment/AttachmentList.vue @@ -214,18 +214,6 @@ export default { width: 100%; } -.attachment-control { - position: absolute; - bottom: 0px; - width: 100%; - border-top: 1px solid rgb(232, 232, 232); - padding: 10px 16px; - text-align: right; - left: 0px; - background: rgb(255, 255, 255); - border-radius: 0px 0px 4px 4px; -} - .table-operator { margin-bottom: 0; } diff --git a/src/views/attachment/components/AttachmentDetailDrawer.vue b/src/views/attachment/components/AttachmentDetailDrawer.vue index 5e59dfd07..4c21a1e34 100644 --- a/src/views/attachment/components/AttachmentDetailDrawer.vue +++ b/src/views/attachment/components/AttachmentDetailDrawer.vue @@ -78,7 +78,8 @@ -