|
@@ -250,7 +250,7 @@ function mygift() {
|
|
|
);
|
|
|
}
|
|
|
showConfirmDialog({
|
|
|
- title: "奖品",
|
|
|
+ title: "我的奖品",
|
|
|
confirmButtonText: "关闭",
|
|
|
message: () => {
|
|
|
return <div>{cardList}</div>;
|
|
@@ -366,6 +366,15 @@ defineExpose({
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
|
+.van-card__title{
|
|
|
+ font-size: 14px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+}
|
|
|
+.van-card__bottom{
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+}
|
|
|
.eight {
|
|
|
.van-col {
|
|
|
padding: 0.2em 0;
|
|
@@ -375,7 +384,6 @@ defineExpose({
|
|
|
background: #ffffff;
|
|
|
color: #000000;
|
|
|
}
|
|
|
-
|
|
|
.vieoPlay {
|
|
|
position: relative;
|
|
|
font-size: 0;
|