Browse Source

fix: 修复el-radio__label导致文本无法正常显示问题

master
tony 3 years ago
parent
commit
0faf27b78d
  1. 6
      ruoyi-ui/src/components/flow/Role/index.vue
  2. 6
      ruoyi-ui/src/components/flow/User/index.vue

6
ruoyi-ui/src/components/flow/Role/index.vue

@ -180,7 +180,7 @@ export default {
</script>
<style>
/*隐藏radio展示的label及本身自带的样式*/
.el-radio__label{
display:none;
}
/*.el-radio__label{*/
/* display:none;*/
/*}*/
</style>

6
ruoyi-ui/src/components/flow/User/index.vue

@ -253,7 +253,7 @@ export default {
</script>
<style>
/*隐藏radio展示的label及本身自带的样式*/
.el-radio__label{
display:none;
}
/*.el-radio__label{*/
/* display:none;*/
/*}*/
</style>

Loading…
Cancel
Save