Skip to content

Commit ab39544

Browse files
committed
perf(Dialog): 优化弹框组件头部高度
1 parent 03b9961 commit ab39544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/dl-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xuanmo/dl-common",
3-
"version": "0.0.5-beta.51",
3+
"version": "0.0.5-beta.52",
44
"author": {
55
"name": "xuanmo",
66
"email": "me@xuanmo.xin"

packages/dl-common/src/drawer/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
@include font-size(md);
55

66
&__header {
7-
padding: var(--d-gap-sm);
8-
border-bottom: var(--d-border);
7+
padding: var(--d-gap-xs) var(--d-gap-sm);
98
text-align: left;
109

1110
&-extra {
@@ -37,5 +36,6 @@
3736

3837
&__body {
3938
padding: var(--d-gap-sm);
39+
border-top: var(--d-border);
4040
}
4141
}

0 commit comments

Comments
 (0)