@sigmaott/base-next 1.4.21 → 1.4.22

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.21",
4
+ "version": "1.4.22",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -347,7 +347,7 @@ provide('configPte', configPte)
347
347
  <div class="relative w-200px pr-12px">
348
348
  <div class="sticky top-0">
349
349
  <el-tree
350
- class="w-200px [&_.el-tree-node\_\_content]:h-[var(--el-tree-height,36px)]"
350
+ class="w-210px [&_.el-tree-node\_\_content]:h-[var(--el-tree-height,36px)]"
351
351
  :data="dataSource"
352
352
  default-expand-all
353
353
  :expand-on-click-node="false"