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