Skip to content

Commit

Permalink
feat(toolbar): 默认工具栏按钮移除边框
Browse files Browse the repository at this point in the history
  • Loading branch information
betterdancing committed Sep 29, 2024
1 parent 3a638cc commit 4393877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
<style lang="less" scoped>
.toolbar-button {
background-color: var(--ti-lowcode-toolbar-button-bg) !important;
border: none;
border: none !important;
min-width: 70px;
height: 26px;
line-height: 24px;
Expand Down

0 comments on commit 4393877

Please sign in to comment.