Skip to content

Commit 7ffdf84

Browse files
committed
style(linCmsUi): 修改 DropDown 组件的样式,调整示例代码使其更加清晰
1 parent d069afd commit 7ffdf84

File tree

2 files changed

+214
-154
lines changed

2 files changed

+214
-154
lines changed

src/assets/styles/realize/element-variables.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,9 @@ $typeMap: (primary:#3963BC,
874874
}
875875
}
876876

877+
/* dropdown */
878+
@include b(dropdown) {
879+
& .el-dropdown__caret-button {
880+
border-left: none !important;
881+
}
882+
}

0 commit comments

Comments
 (0)