Browse Source

fix: 样式调整

temp
xuziqiang 2 months ago
parent
commit
f82ffa185d
  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; max-width: 1000px;
} }
} }
//
:deep(.ns-table-search),
:deep(.ns-part-tree),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style> </style>

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

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

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

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

Loading…
Cancel
Save