mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
案例的修改
This commit is contained in:
@@ -215,7 +215,7 @@
|
|||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
</el-row>
|
</el-row>
|
||||||
<div style="height: 50px;"></div>
|
<div style="height: 50px;"></div>
|
||||||
<el-dialog class="protocol" :visible.sync="protocolDialogVisible" width="30%" :show-close="false">
|
<el-dialog class="protocol" :close-on-click-modal="false" :visible.sync="protocolDialogVisible" width="30%" :show-close="false">
|
||||||
<div class="protocol-title">案例查阅及使用用户协议</div>
|
<div class="protocol-title">案例查阅及使用用户协议</div>
|
||||||
<div class="protocol-content">
|
<div class="protocol-content">
|
||||||
  本专区内案例为BOE各组织沉淀的通用案例、 组织案例、卓越绩效案例、管理案例、 职级晋升案例、企业文化案例等。 案例内容记录作者亲历的、真实的、已完成的、
|
  本专区内案例为BOE各组织沉淀的通用案例、 组织案例、卓越绩效案例、管理案例、 职级晋升案例、企业文化案例等。 案例内容记录作者亲历的、真实的、已完成的、
|
||||||
@@ -736,6 +736,16 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
::v-deep .el-checkbox{
|
||||||
|
.el-checkbox__input{
|
||||||
|
.el-checkbox__inner{
|
||||||
|
border: 1px solid #3e3c3c;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
::v-deep .el-radio-button{
|
::v-deep .el-radio-button{
|
||||||
margin-right:-5px;
|
margin-right:-5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user