Compare commits

...

2 Commits

  1. 7
      hx-ai-intelligent/src/App.vue
  2. 4
      hx-ai-intelligent/src/view/equipmentManage/group/index.vue
  3. 8
      hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue

7
hx-ai-intelligent/src/App.vue

@ -75,4 +75,11 @@
max-width: 1000px;
}
}
//
:deep(.ns-table-search),
:deep(.ns-part-tree),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style>

4
hx-ai-intelligent/src/view/equipmentManage/group/index.vue

@ -190,7 +190,7 @@
<style lang="less" scoped>
.groupContainer {
height: 100%;
overflow-y: auto;
// overflow-y: auto;
background-color: @ns-content-bg;
display: flex;
// gap: @ns-gap;
@ -198,10 +198,10 @@
.table {
background-color: @white;
border-radius: @ns-border-radius;
overflow-y: auto;
}
.tree {
overflow-y: auto;
margin-right: @ns-gap;
:deep(.ant-spin-nested-loading) {
width: 300px;

8
hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue

@ -13,10 +13,4 @@
name: 'LedgerIndex', // name
});
</script>
<style lang="less" scoped>
:deep(.ns-table-search),
:deep(.ns-part-tree),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style>
<style lang="less" scoped></style>

Loading…
Cancel
Save