fix: 样式优化

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
dataeaseShu
2026-05-06 10:21:54 +08:00
committed by dataeaseShu
parent b9dd5c5b0c
commit 17fe77b38b
3 changed files with 4 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ const templateInnerPreview = () => {
box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15);
border: solid 2px #fff;
box-sizing: border-box;
border-radius: 6px;
border-radius: 12px;
width: 100%;
}

View File

@@ -96,7 +96,7 @@ const templateInnerPreview = () => {
margin: 0;
border: 1px solid rgba(222, 224, 227, 1);
box-sizing: border-box;
border-radius: 6px;
border-radius: 12px;
width: 100%;
background: #fff;
overflow: hidden;

View File

@@ -647,6 +647,8 @@ defineExpose({
align-items: center;
padding: 12px 24px;
border-bottom: 1px solid rgba(31, 35, 41, 0.15);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
span {
font-size: 16px;