qidian-vue-ui 1.2.90 → 1.2.91

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.
@@ -1,16 +1,19 @@
1
- .qd-service-table[data-v-0f8234a0] {
1
+ .qd-service-table[data-v-dbef1c1e] {
2
2
  height: 100%;
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  }
6
- .qd-service-table[data-v-0f8234a0] > .t-table__content {
6
+ .qd-service-table[data-v-dbef1c1e] > .t-table__content {
7
7
  flex: 1;
8
8
  }
9
- .qd-service-table[data-v-0f8234a0] .t-table__tree-col:not(:has(.t-table__tree-op-icon)) {
9
+ .qd-service-table[data-v-dbef1c1e] .t-table__tree-col:not(:has(.t-table__tree-op-icon)) {
10
10
  margin-left: calc(var(--td-font-size-body-large) + var(--td-comp-margin-s));
11
11
  }
12
- .qd-service-table--ps-x-fixed[data-v-0f8234a0] .ps__rail-x {
12
+ .qd-service-table[data-v-dbef1c1e] .t-table__tree-leaf-node .t-table__tree-op-icon:empty {
13
+ width: calc(var(--td-font-size-body-large) + var(--td-comp-margin-s));
14
+ }
15
+ .qd-service-table--ps-x-fixed[data-v-dbef1c1e] .ps__rail-x {
13
16
  position: fixed;
14
- left: var(--v5c87e9b0) !important;
15
- bottom: var(--v387c303a) !important;
17
+ left: var(--v4ea1a4a6) !important;
18
+ bottom: var(--v2052b856) !important;
16
19
  }
@@ -2,7 +2,7 @@ import './index.css'
2
2
  import _sfc_main from "./index.vue2.mjs";
3
3
  /* empty css */
4
4
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
5
- const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0f8234a0"]]);
5
+ const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dbef1c1e"]]);
6
6
  export {
7
7
  QdServiceTable as default
8
8
  };
@@ -302,8 +302,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
302
302
  emit: __emit
303
303
  }) {
304
304
  useCssVars((_ctx) => ({
305
- "v5c87e9b0": tableContentLeft.value,
306
- "v387c303a": outsideBottom.value
305
+ "v4ea1a4a6": tableContentLeft.value,
306
+ "v2052b856": outsideBottom.value
307
307
  }));
308
308
  const props = __props;
309
309
  const emit = __emit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidian-vue-ui",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "description": "基于 TDesign 的 QiDian Vue UI 组件库",
5
5
  "author": "qidian",
6
6
  "license": "MIT",