fix soul宽度

This commit is contained in:
Theluyuan 2023-05-04 15:10:01 +08:00
parent cf10e5d81a
commit b6f6487089
4 changed files with 4 additions and 4 deletions

View File

@ -651,7 +651,7 @@ const _hoisted_5$1 = {
}; };
const _hoisted_6$1 = { const _hoisted_6$1 = {
class: "check", class: "check",
style: { "min-width": "180px" } style: { "min-width": "190px" }
}; };
const _hoisted_7$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -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_8$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1);

View File

@ -19075,7 +19075,7 @@ const _hoisted_5$g = {
}; };
const _hoisted_6$d = { const _hoisted_6$d = {
class: "check", class: "check",
style: { "min-width": "180px" } style: { "min-width": "190px" }
}; };
const _hoisted_7$c = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -1); const _hoisted_7$c = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -1);
const _hoisted_8$9 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1); const _hoisted_8$9 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1);

View File

@ -35,7 +35,7 @@
placeholder="关键字搜索" placeholder="关键字搜索"
> >
</lay-input> </lay-input>
<div class="check" style="min-width: 180px"> <div class="check" style="min-width: 190px">
<div class="multiOption" data-type="all" @click="select(1)"> <div class="multiOption" data-type="all" @click="select(1)">
<i class="soul-icon"></i> 全选 <i class="soul-icon"></i> 全选
</div> </div>

File diff suppressed because one or more lines are too long