This commit is contained in:
linfso 2024-07-05 21:35:48 +08:00
parent e56dee5600
commit 00e0ec6440
5 changed files with 4 additions and 124 deletions

View File

@ -185,49 +185,9 @@ export default {
},
};
</script>
<style lang="scss">
.con {
display: inline-block;
}
.el-radio__inner {
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
top: -18px;
left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
.el-cascader-panel [id^="cascader-menu-"][id$="-1"] div .el-radio {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
top: 0px;
right: 30px;
}
.el-cascader-panel [id^="cascader-menu-"][id$="-2"] div .el-radio {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
top: 0px;
right: 30px;
}
.el-cascader-panel .el-radio__input {
visibility: hidden;
}
.el-cascader-panel [id^="cascader-menu-"][id$="-0"] div .el-radio__input {
display: none;
}
<style lang="scss" scoped>
// .con {
// display: inline-block;
// }
</style>

View File

@ -134,25 +134,5 @@ export default {
};
</script>
<style lang="scss" scoped>
.con {
display: inline-block;
}
.el-radio__inner {
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
top: -18px;
left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
</style>

View File

@ -135,25 +135,5 @@ export default {
};
</script>
<style lang="scss" scoped>
.con {
display: inline-block;
}
.el-radio__inner {
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
top: -18px;
left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
</style>

View File

@ -114,25 +114,5 @@ export default {
};
</script>
<style lang="scss" scoped>
.con {
display: inline-block;
}
.el-radio__inner {
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
top: -18px;
left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
</style>

View File

@ -143,25 +143,5 @@ export default {
};
</script>
<style lang="scss" scoped>
.con {
display: inline-block;
}
.el-radio__inner {
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
top: -18px;
left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
</style>