Skip to content

Commit

Permalink
feat(components): enhance <k-comment> in <el-dialog>
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 19, 2023
1 parent 53d59ca commit f280e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/client/app/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a {
}

p, ul {
margin: 1rem 0;
margin: 1em 0;
line-height: 1.7;
}

Expand Down
4 changes: 1 addition & 3 deletions packages/components/client/k-comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ const icon = computed(() => {
> .k-icon {
position: absolute;
top: 20px;
top: 1.25em;
left: -12px;
width: 20px;
height: 19px;
border-radius: 100%;
font-weight: 700;
font-size: 20px;
background-color: var(--k-card-bg);
}
Expand Down

0 comments on commit f280e60

Please sign in to comment.