n20-common-lib 3.0.25 → 3.0.26

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.0.25",
3
+ "version": "3.0.26",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -114,7 +114,7 @@
114
114
  </vue-draggable>
115
115
  </template>
116
116
  <!-- 分隔线 -->
117
- <div class="fixed-divider">
117
+ <div class="fixed-divider" v-if="fixedColumns.length > 0 || pureStaticColumns.length > 0">
118
118
  <span class="fixed-divider-text">{{ '以上为已固定列' | $lc }}</span>
119
119
  </div>
120
120
  <!-- 可拖拽列 -->