回退 'Pull Request !505 : 【修复】el-input、el-select、el-date-picker宽度;el-radio的label属性兼容下个版本;优化iframe布局'

This commit is contained in:
芋道源码
2024-08-21 13:41:32 +00:00
committed by Gitee
parent ce5d8d3780
commit 1d07068806
143 changed files with 344 additions and 436 deletions

View File

@ -122,7 +122,7 @@ watch(
placement: 'auto'
}"
:visible="visible"
:width="355"
:width="350"
popper-class="pure-popper"
trigger="click"
>
@ -147,7 +147,7 @@ watch(
>
<ElDivider border-style="dashed" class="tab-divider" />
<ElScrollbar height="220px">
<ul class="ml-2 flex flex-wrap">
<ul class="ml-2 flex flex-wrap px-2">
<li
v-for="(item, key) in pageList"
:key="key"
@ -171,7 +171,7 @@ watch(
background
class="h-10 flex items-center justify-center"
layout="prev, pager, next"
size="small"
small
@current-change="onCurrentChange"
/>
</ElPopover>