fix: 修复el-radio__label导致文本无法正常显示问题
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
/*隐藏radio展示的label及本身自带的样式*/
|
/*隐藏radio展示的label及本身自带的样式*/
|
||||||
.el-radio__label{
|
/*.el-radio__label{*/
|
||||||
display:none;
|
/* display:none;*/
|
||||||
}
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
/*隐藏radio展示的label及本身自带的样式*/
|
/*隐藏radio展示的label及本身自带的样式*/
|
||||||
.el-radio__label{
|
/*.el-radio__label{*/
|
||||||
display:none;
|
/* display:none;*/
|
||||||
}
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user