Browse Source

fix: box-shadow补充

deploy-dev
xuziqiang 2 months ago
parent
commit
13d6db895f
  1. 7
      hx-ai-intelligent/src/App.vue
  2. 7
      hx-ai-intelligent/src/view/equipmentManage/group/index.vue
  3. 8
      hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue
  4. 2
      hx-ai-intelligent/src/view/organizationManage/departmentManage/index.vue
  5. 6
      hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue
  6. 2
      lib/saas/view/system/application.vue

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

@ -48,11 +48,18 @@
height: 100%; height: 100%;
} }
} }
//
:deep(.ant-tree-node-content-wrapper) { :deep(.ant-tree-node-content-wrapper) {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
text-wrap: nowrap; text-wrap: nowrap;
} }
:deep(.ant-tree-node-selected) {
color: @primary-color !important;
}
// ns-view-list-table
:deep(.ns-table-search) { :deep(.ns-table-search) {
.ns-flexv2-form { .ns-flexv2-form {
.ns-operate { .ns-operate {

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

@ -237,4 +237,11 @@
.common-style; .common-style;
} }
} }
.tree,
:deep(.ns-table-search),
// :deep(.ns-list-table),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style> </style>

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

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

2
hx-ai-intelligent/src/view/organizationManage/departmentManage/index.vue

@ -816,7 +816,7 @@
padding: @ns-gap; padding: @ns-gap;
background-color: @white; background-color: @white;
border-radius: @ns-border-radius; border-radius: @ns-border-radius;
// box-shadow: @ns-content-box-shadow; box-shadow: @ns-content-box-shadow;
} }
.tree { .tree {

6
hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

@ -652,4 +652,10 @@
} }
} }
} }
.top,
:deep(.ns-table-search),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style> </style>

2
lib/saas/view/system/application.vue

@ -337,7 +337,7 @@
height: 100%; height: 100%;
background-color: @white; background-color: @white;
border-radius: @ns-border-radius; border-radius: @ns-border-radius;
overflow-y: auto; // overflow-y: auto;
// overflow-x: hidden; // overflow-x: hidden;
// margin: 0 16px 16px 16px; // margin: 0 16px 16px 16px;
} }

Loading…
Cancel
Save