qidian-vue-ui 1.2.72 → 1.2.73

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.
@@ -295,6 +295,9 @@ p {
295
295
  .t-empty__description {
296
296
  color: var(--td-text-color-disabled) !important;
297
297
  }
298
+ .t-tree__empty {
299
+ text-align: center;
300
+ }
298
301
  .t-dialog {
299
302
  padding: var(--td-comp-paddingTB-xl) var(--td-comp-paddingLR-xl) !important;
300
303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidian-vue-ui",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "description": "基于 TDesign 的 QiDian Vue UI 组件库",
5
5
  "author": "qidian",
6
6
  "license": "MIT",