({
@@ -455,7 +528,7 @@ export default function CardProj(props: any) {
+
) : <>>
}
@@ -803,6 +880,33 @@ export default function CardProj(props: any) {
{messageContext}
+ setDownModal(false)}
+ // style={{
+ // backgroundColor: '#ff4d4f', // 自定义背景颜色
+ // borderColor: '#ff4d4f', // 自定义边框颜色
+ // color: '#fff', // 自定义文字颜色
+ // }}
+ >
+ 关闭
+
+ }
+ onCancel={() => { setDownModal(false) }} width={500} >
+
+ 正在打包中请稍后
+
+
>
)
}
\ No newline at end of file
diff --git a/src/components/card/card-proj.css b/src/components/card/card-proj.css
index f2047f5..3aa4310 100644
--- a/src/components/card/card-proj.css
+++ b/src/components/card/card-proj.css
@@ -570,7 +570,7 @@
border-radius: 6px;
background-color: var(--color-light);
/* padding: 5px 15px; */
- min-height: 230px;
+ min-height: 260px;
/* width: calc(100vw - 330px); */
/* margin-bottom: 20px; */
border-radius: 13px;
@@ -696,6 +696,7 @@
}
.cp-bot {
+ /* background-color: red; */
display: flex;
align-items: center;
justify-content: space-between;
@@ -855,7 +856,7 @@
.cpb-center {
width: 532px;
- height: 150px;
+ height: 180px;
/* background-color: red; */
display: flex;
flex-direction: column;