服务管理布局

This commit is contained in:
ym1026
2025-09-17 15:31:35 +08:00
parent 680be6155f
commit 27ca787fc5
4 changed files with 11 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ export default {
props: {},
data() {
return {
tableData:[],
tableData: [],
tableOption: {
select: false
@@ -243,10 +243,9 @@ export default {
<style lang="scss" scoped>
.service {
height: 100%;
padding: 0 20px;
.content-table {
height: calc(100% - 70px);
padding: 10px;
height: calc(100% - 92px);
}
}
</style>