vue2-client 1.12.64 → 1.12.66

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.
@@ -51,6 +51,7 @@ export default {
51
51
  max-height: 240px;
52
52
  overflow-y: auto;
53
53
  cursor: pointer;
54
+ padding-right: 2px;
54
55
  }
55
56
 
56
57
  .list-container {
@@ -52,8 +52,8 @@ routerResource.newDynamicStatistics = () => import('@vue2-client/pages/NewDynami
52
52
  routerResource.example = {
53
53
  path: 'example',
54
54
  name: '示例主页面',
55
- // component: () => import('@vue2-client/base-client/components/his/XList/XList.vue'),
56
- component: () => import('@vue2-client/base-client/components/common/XCollapse/XCollapse.vue'),
55
+ component: () => import('@vue2-client/base-client/components/his/XList/XList.vue'),
56
+ // component: () => import('@vue2-client/base-client/components/common/XCollapse/XCollapse.vue'),
57
57
  // component: () => import('@vue2-client/base-client/components/common/XDataCard/XDataCard.vue'),
58
58
  // component: () => import('@vue2-client/base-client/components/common/XDescriptions/demo.vue'),
59
59
  // component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),