We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85fc34 + 8c44c2d commit 8b97b8cCopy full SHA for 8b97b8c
miniprogram/packageSkyline/pages/share-element/card/index.wxss
@@ -23,6 +23,8 @@ share-element {
23
background-color: #a1cfec8b;
24
border-radius: 32px;
25
overflow: hidden;
26
+ height: 100%;
27
+ width: 100%
28
}
29
.description {
30
font-size: 40px;
miniprogram/packageSkyline/pages/share-element/list/index.wxss
@@ -19,8 +19,13 @@ share-element {
19
20
21
22
+ width: 100%;
+}
+image {
-
/* image {
width: 100%;
31
height: 100%;
0 commit comments