n20-common-lib 3.2.51 → 3.2.53

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.2.51",
3
+ "version": "3.2.53",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -35,6 +35,17 @@
35
35
  align-items: center;
36
36
  align-self: stretch;
37
37
  background: var(--fill-1, #f7f8fa);
38
+
39
+ .right-header-title {
40
+ min-width: 0;
41
+ overflow: hidden;
42
+ text-overflow: ellipsis;
43
+ white-space: nowrap;
44
+ }
45
+
46
+ .icon-class {
47
+ flex-shrink: 0;
48
+ }
38
49
  }
39
50
 
40
51
  .right-count {
@@ -17,7 +17,7 @@
17
17
  </el-form>
18
18
  </ExpandablePane>
19
19
 
20
- <div class="n20-form-expandable-pane">
20
+ <div class="n20-form-expandable-pane n20-approve-title">
21
21
  <div class="n20-title flex-box flex-lr flex-v" :class="titleClass">
22
22
  <span class="n20-tips flex-item">
23
23
  <slot name="title">
@@ -1197,3 +1197,9 @@ export default {
1197
1197
  }
1198
1198
  }
1199
1199
  </script>
1200
+ <style>
1201
+ .n20-form-expandable-pane.n20-approve-title {
1202
+ padding-bottom: 0;
1203
+ border-bottom: none;
1204
+ }
1205
+ </style>
@@ -65,7 +65,7 @@
65
65
  </div>
66
66
  <div v-if="!hasPX" class="right-c">
67
67
  <div class="right-header m-b-s">
68
- <div>
68
+ <div class="right-header-title">
69
69
  {{ '当前选定项' | $lc }}
70
70
  <span class="right-count"> ({{ rightTotalCount }}) </span>
71
71
  </div>