fix soul宽度
This commit is contained in:
parent
cf10e5d81a
commit
b6f6487089
@ -651,7 +651,7 @@ const _hoisted_5$1 = {
|
||||
};
|
||||
const _hoisted_6$1 = {
|
||||
class: "check",
|
||||
style: { "min-width": "180px" }
|
||||
style: { "min-width": "190px" }
|
||||
};
|
||||
const _hoisted_7$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -1);
|
||||
const _hoisted_8$1 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1);
|
||||
|
@ -19075,7 +19075,7 @@ const _hoisted_5$g = {
|
||||
};
|
||||
const _hoisted_6$d = {
|
||||
class: "check",
|
||||
style: { "min-width": "180px" }
|
||||
style: { "min-width": "190px" }
|
||||
};
|
||||
const _hoisted_7$c = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE623", -1);
|
||||
const _hoisted_8$9 = /* @__PURE__ */ createElementVNode("i", { class: "soul-icon" }, "\uE63E", -1);
|
||||
|
@ -35,7 +35,7 @@
|
||||
placeholder="关键字搜索"
|
||||
>
|
||||
</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)">
|
||||
<i class="soul-icon"></i> 全选
|
||||
</div>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user