mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-30 18:13:57 +08:00
update:修改部分样式
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
:title="$t('agentSnapshot.title')"
|
:title="$t('agentSnapshot.title')"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
width="760px"
|
width="860px"
|
||||||
class="agent-snapshot-dialog"
|
class="agent-snapshot-dialog"
|
||||||
:before-close="guardRestoreInFlightClose"
|
:before-close="guardRestoreInFlightClose"
|
||||||
:close-on-click-modal="!restoring"
|
:close-on-click-modal="!restoring"
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<div class="snapshot-table-wrapper">
|
||||||
<el-table
|
<el-table
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:data="snapshots"
|
:data="snapshots"
|
||||||
@@ -108,6 +109,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="pagination-row">
|
<div class="pagination-row">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
@@ -2224,6 +2226,12 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.snapshot-table-wrapper {
|
||||||
|
max-height: 62vh;
|
||||||
|
overflow: auto;
|
||||||
|
@include scrollbar-style;
|
||||||
|
}
|
||||||
|
|
||||||
.version-cell {
|
.version-cell {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user