@sy-common/organize-select-help 1.0.0-beta.43 → 1.0.0-beta.46

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.vue +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sy-common/organize-select-help",
3
- "version": "1.0.0-beta.43",
3
+ "version": "1.0.0-beta.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/src/index.vue CHANGED
@@ -12,7 +12,7 @@
12
12
  <div slot="header" class="header-text"><Icon type="md-information" class="icon-tip" />人员选择</div>
13
13
  <div class="content-container">
14
14
  <div class="tree-orig">
15
- <div class="tab-content">
15
+ <div class="tab-content-pro">`
16
16
  <Tabs v-if="computedTabName" v-model="activeTabName" @input="handleTabChange" >
17
17
  <TabPane label="组织选择" name="org" v-if="name.includes('org')">
18
18
  <div class="tab">
@@ -1905,7 +1905,7 @@ export default {
1905
1905
  flex:1;
1906
1906
  text-align: center;
1907
1907
  }
1908
- .tab-content{
1908
+ .tab-content-pro{
1909
1909
  width: 720px;
1910
1910
  border-radius: 8px;
1911
1911
  border: 1px solid #EAECF0;