@yeeyoon/library 2.6.7 → 2.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,9 +46,9 @@
46
46
  // .ant-pro-basicLayout-content {
47
47
  // margin: 0 !important;
48
48
  // }
49
- .ant-pro-table-list-toolbar-container {
50
- padding: 0 !important;
51
- }
49
+ // .ant-pro-table-list-toolbar-container {
50
+ // padding: 0 !important;
51
+ // }
52
52
  .ant-list-empty-text {
53
53
  background-color: #fff !important;
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -9,7 +9,7 @@ import PageLoading from '../../lib/components/PageLoading/';
9
9
  export default function () {
10
10
  return (
11
11
  <>
12
- {/* <Header productName="bpm" /> */}
12
+ <Header productName="profile" />
13
13
  {/* <TenantSelector
14
14
  tenantId="14bfb5d71d1011eca9820c42a1f6bf88"
15
15
  tenantIdChangeCb={(id) => console.log(id)}