mirror of
https://github.com/veops/oneterm.git
synced 2026-09-03 07:25:15 +08:00
Merge branch 'main' of github.com:veops/oneterm
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="file-management-title-name">
|
||||
{{ $t('oneterm.fileManagement.name') }}
|
||||
</div>
|
||||
<a-space>
|
||||
<div class="file-management-title-right">
|
||||
<a-tooltip
|
||||
v-if="selectedRows.length"
|
||||
:title="$t('oneterm.fileManagement.batchDownloadFiles')"
|
||||
@@ -28,7 +28,7 @@
|
||||
:connectType="connectType"
|
||||
@updateFileList="getFileList()"
|
||||
/>
|
||||
</a-space>
|
||||
</div>
|
||||
</div>
|
||||
<a-spin :spinning="loading">
|
||||
<a-space class="file-management-header">
|
||||
@@ -331,6 +331,12 @@ export default {
|
||||
&-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
&-right {
|
||||
display: flex;
|
||||
column-gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
|
||||
Reference in New Issue
Block a user