fix: 修复el-radio__label导致文本无法正常显示问题
parent
ad613aee03
commit
0faf27b78d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue