Skip to content

Commit 250a4fa

Browse files
authored
Merge pull request #213 from TaleLin/feature/linCmsUi
修复 Dropdown 组件的 颜色问题
2 parents 351c1d1 + b210d45 commit 250a4fa

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/plugins/LinCmsUi/views/navigation/Dropdown.vue

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,6 @@ export default {
461461

462462
<style lang="scss" scoped>
463463
@import '../../assets/style/container';
464-
.el-dropdown-link {
465-
cursor: pointer;
466-
color: #409EFF;
467-
}
468464
.el-icon-arrow-down {
469465
font-size: 12px;
470466
}
@@ -474,34 +470,10 @@ export default {
474470
.el-dropdown + .el-dropdown {
475471
margin-left: 15px;
476472
}
477-
.el-icon-arrow-down {
478-
font-size: 12px;
479-
}
480-
.el-dropdown-link {
481-
cursor: pointer;
482-
color: #409EFF;
483-
}
484-
.el-icon-arrow-down {
485-
font-size: 12px;
486-
}
487473
.demonstration {
488474
display: block;
489475
color: #8492a6;
490476
font-size: 14px;
491477
margin-bottom: 20px;
492478
}
493-
.el-dropdown-link {
494-
cursor: pointer;
495-
color: #409EFF;
496-
}
497-
.el-icon-arrow-down {
498-
font-size: 12px;
499-
}
500-
.el-dropdown-link {
501-
cursor: pointer;
502-
color: #409EFF;
503-
}
504-
.el-icon-arrow-down {
505-
font-size: 12px;
506-
}
507479
</style>

0 commit comments

Comments
 (0)