mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-11 14:01:41 +00:00
回退 'Pull Request !505 : 【修复】el-input、el-select、el-date-picker宽度;el-radio的label属性兼容下个版本;优化iframe布局'
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<el-tag>{{ formData.code }}</el-tag>
|
||||
</el-form-item>
|
||||
<el-form-item label="菜单权限">
|
||||
<el-card class="w-full h-400px !overflow-y-scroll" shadow="never">
|
||||
<el-card class="cardHeight">
|
||||
<template #header>
|
||||
全选/全不选:
|
||||
<el-switch
|
||||
@@ -151,3 +151,10 @@ const handleCheckedTreeExpand = () => {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.cardHeight {
|
||||
width: 100%;
|
||||
max-height: 400px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user