diff --git a/pages/demo/basic/image.uvue b/pages/demo/basic/image.uvue
index dfdc8af..2b48aaa 100644
--- a/pages/demo/basic/image.uvue
+++ b/pages/demo/basic/image.uvue
@@ -41,15 +41,47 @@
-
-
+
+
+
+
+
+
+
+
+
+
@@ -60,5 +92,5 @@ import { ref } from "vue";
import DemoItem from "../components/item.uvue";
import { t } from "@/locale";
-const url = ref("https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png");
+const url = ref("https://unix.cool-js.com/images/demo/avatar.jpg");
diff --git a/pages/demo/form/form.uvue b/pages/demo/form/form.uvue
index b091521..c8fb3c2 100644
--- a/pages/demo/form/form.uvue
+++ b/pages/demo/form/form.uvue
@@ -31,7 +31,7 @@
>
-
+
-
+
.cl-image {
- @apply relative flex flex-row items-center justify-center rounded-xl;
+ @apply relative flex flex-row items-center justify-center;
&__inner {
@apply w-full h-full rounded-xl;
@@ -218,16 +213,12 @@ function onTap() {
&__loading,
&__error {
- @apply absolute h-full w-full bg-surface-200;
+ @apply absolute h-full w-full bg-surface-200 rounded-xl;
@apply flex flex-col items-center justify-center;
&.is-dark {
@apply bg-surface-700;
}
}
-
- &--border {
- @apply border border-solid border-surface-300;
- }
}