fix soul高度
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -39,7 +39,7 @@ const _hoisted_8$2 = {
|
||||
class: "layui-table-cell-expand-icon-spaced"
|
||||
};
|
||||
const _hoisted_9$2 = ["colspan", "rowspan", "onClick"];
|
||||
const _hoisted_10$1 = {
|
||||
const _hoisted_10$2 = {
|
||||
key: 1,
|
||||
class: "layui-table-cell-expand-icon-spaced"
|
||||
};
|
||||
@@ -464,7 +464,7 @@ const _sfc_main$3 = defineComponent({
|
||||
key: 0,
|
||||
style: normalizeStyle({ "margin-right": __props.currentIndentSize + "px" })
|
||||
}, null, 4)) : createCommentVNode("", true),
|
||||
__props.expandSpace && !__props.data[__props.childrenColumnName] && !unref(slot).expand && columnIndex === __props.expandIndex ? (openBlock(), createElementBlock("span", _hoisted_10$1)) : createCommentVNode("", true),
|
||||
__props.expandSpace && !__props.data[__props.childrenColumnName] && !unref(slot).expand && columnIndex === __props.expandIndex ? (openBlock(), createElementBlock("span", _hoisted_10$2)) : createCommentVNode("", true),
|
||||
(unref(slot).expand || __props.data[__props.childrenColumnName]) && columnIndex === __props.expandIndex ? (openBlock(), createBlock(unref(_sfc_main$2E), {
|
||||
key: 2,
|
||||
class: "layui-table-cell-expand-icon",
|
||||
@@ -637,7 +637,7 @@ const _sfc_main$2 = defineComponent({
|
||||
};
|
||||
}
|
||||
});
|
||||
var soultable = /* @__PURE__ */ (() => ".soulbox{background-color:#333;color:#fff;display:inline-block;position:absolute;z-index:2147483647;min-width:160px;max-width:300px;overflow-y:auto;border:1px solid #e6e6e6;border-radius:5px;box-shadow:2px 2px 4px -2px #0003}\n")();
|
||||
var soultable = /* @__PURE__ */ (() => ".soulbox{background-color:#333;color:#fff;display:inline-block;position:absolute;z-index:2147483647;min-width:160px;max-width:320px;overflow-y:auto;border:1px solid #e6e6e6;border-radius:5px;box-shadow:2px 2px 4px -2px #0003}\n")();
|
||||
const _hoisted_1$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon soul-icon-asc" }, null, -1);
|
||||
const _hoisted_2$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon soul-icon-desc" }, null, -1);
|
||||
const _hoisted_3$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon soul-icon-drop-list" }, null, -1);
|
||||
@@ -656,6 +656,7 @@ const _hoisted_6$1 = {
|
||||
const _hoisted_7$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -1);
|
||||
const _hoisted_8$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1);
|
||||
const _hoisted_9$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE614", -1);
|
||||
const _hoisted_10$1 = { style: { "max-height": "300px", "overflow": "auto" } };
|
||||
const _sfc_main$1 = defineComponent({
|
||||
__name: "soultable",
|
||||
props: {
|
||||
@@ -792,7 +793,7 @@ const _sfc_main$1 = defineComponent({
|
||||
createTextVNode("\u53CD\u9009 ")
|
||||
])
|
||||
]),
|
||||
createElementVNode("ul", null, [
|
||||
createElementVNode("ul", _hoisted_10$1, [
|
||||
createVNode(_sfc_main$9, {
|
||||
modelValue: sel.value,
|
||||
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => sel.value = $event)
|
||||
|
||||
Reference in New Issue
Block a user