@sy-common/organize-select-help 1.0.0-beta.49 → 1.0.0-beta.50

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sy-common/organize-select-help",
3
- "version": "1.0.0-beta.49",
3
+ "version": "1.0.0-beta.50",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/src/index.vue CHANGED
@@ -151,8 +151,8 @@
151
151
  class="staff-checkbox"
152
152
  @click.stop="() => handlestaff(item)"
153
153
  ></Checkbox>
154
- <div class="left-panel">{{item.name && item.name.slice(0,1) || ''}}</div>
155
- <div class="right-panel">
154
+ <div class="left-panel-pro">{{item.name && item.name.slice(0,1) || ''}}</div>
155
+ <div class="right-panel-pro">
156
156
  <p>{{item.name}}</p>
157
157
  <p>{{item.orgNodeName || item.orgUnitName}}</p>
158
158
  </div>
@@ -1938,7 +1938,7 @@ export default {
1938
1938
  padding: 15px 10px;
1939
1939
  margin-top:10px;
1940
1940
  cursor: pointer;
1941
- .left-panel{
1941
+ .left-panel-pro{
1942
1942
  background:url("./assets/name-bg.png") no-repeat;
1943
1943
  width:30px;
1944
1944
  height:30px;
@@ -1949,7 +1949,7 @@ export default {
1949
1949
  line-height:30px;
1950
1950
  text-align:center;
1951
1951
  }
1952
- .right-panel{
1952
+ .right-panel-pro{
1953
1953
  margin-left:10px;
1954
1954
  flex:1;
1955
1955
  >p:first-child{