mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user