diff --git a/components/boolean-data/boolean-data.vue b/components/boolean-data/boolean-data.vue
index cfbf8f48bcdbe0ed06d8dfc1278b8a5bff232ebb..1344d3c07c9ae7fb14755b88e3136289747bf34b 100644
--- a/components/boolean-data/boolean-data.vue
+++ b/components/boolean-data/boolean-data.vue
@@ -29,10 +29,16 @@
-
+
{{ title }}
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/components/enum-data/enum-data.vue b/components/enum-data/enum-data.vue
index 2740306d1f07dec38d5e57a864bcb8f2bbfce717..54162bb60004b41632d495f315c7e8964df71dd2 100644
--- a/components/enum-data/enum-data.vue
+++ b/components/enum-data/enum-data.vue
@@ -25,10 +25,10 @@
})
this.current = selected?.value as number
this.$emit('change', this.current)
- /* uni.showToast({
+ uni.showToast({
icon: 'none',
title: '当前选中:' + selected?.name,
- }) */
+ })
}
}
}
@@ -50,4 +50,4 @@
-
+
\ No newline at end of file
diff --git a/components/input-data/input-data.vue b/components/input-data/input-data.vue
new file mode 100644
index 0000000000000000000000000000000000000000..1a8cb9093eb8be4b057bee8439ee9e102e6f3b2c
--- /dev/null
+++ b/components/input-data/input-data.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue
index d9b24e6f0635c9902bf37a71b2cb697d0f1e51f9..118460d94d2b930eac5fbd8216d5dc7ce6741384 100644
--- a/pages/component/checkbox/checkbox.uvue
+++ b/pages/component/checkbox/checkbox.uvue
@@ -1,166 +1,193 @@
+
+
-
-
-
-
-
-
-
- 默认样式
-
-
-
- 选中
- {{ text }}
- 禁用
-
- {{ wrapText }}
-
-
-
-
- 不同颜色和尺寸的checkbox
-
-
-
- 选中
-
- 未选中
-
-
-
+
+ uni-app-x
+
-
-
- 推荐展示样式
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 默认样式
+
+
+
+ 选中
+
+ {{ text }}
+ 禁用
+
+ {{ wrapText }}
+
+
+
+
+ 不同颜色和尺寸的checkbox
+
+
+
+ 选中
+
+ 未选中
+
+
+
+
+
+
+ 推荐展示样式
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+ .main {
+ max-height: 500rpx;
+ padding: 10rpx 0;
+ border-bottom: 1px solid rgba(0, 0, 0, .06);
+ flex-direction: row;
+ justify-content: center;
+ }
+
+ .main .list-item {
+ width: 100%;
+ height: 200rpx;
+ border: 1px solid #666;
+ }
+
+ .uni-list-cell {
+ justify-content: flex-start;
+ }
+
\ No newline at end of file
diff --git a/pages/component/progress/progress.uvue b/pages/component/progress/progress.uvue
index 85c9802e7c29484bd65ed0949e6d9bace0a91638..8f9c62948e85976e6ffcecb4012a8e49e84a3744 100644
--- a/pages/component/progress/progress.uvue
+++ b/pages/component/progress/progress.uvue
@@ -1,68 +1,138 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/radio/radio.uvue b/pages/component/radio/radio.uvue
index 726c1a367205ffe1795602134f4f50d139db1676..730f05694a69d3cb5570d1ad9f46a6a955b6fc15 100644
--- a/pages/component/radio/radio.uvue
+++ b/pages/component/radio/radio.uvue
@@ -1,148 +1,186 @@
+
+
-
-
-
-
-
-
-
- 默认样式
-
-
- 选中
-
- {{
- text
- }}
- 禁用
- {{
- wrapText
- }}
-
-
+
+
+ uni-app-x
+
+
-
-
- 不同颜色和尺寸的radio
-
-
- 选中
-
- 未选中
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 推荐展示样式
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
+
+
+ 推荐展示样式
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+ .main {
+ max-height: 500rpx;
+ padding: 10rpx 0;
+ border-bottom: 1px solid rgba(0, 0, 0, .06);
+ flex-direction: row;
+ justify-content: center;
+ }
+
+ .main .list-item {
+ width: 100%;
+ height: 200rpx;
+ border: 1px solid #666;
+ }
+
+ .uni-list-cell {
+ justify-content: flex-start;
+ }
+
\ No newline at end of file
diff --git a/pages/component/slider/slider.uvue b/pages/component/slider/slider.uvue
index 3cf2e957aaaef9175e64bb0b2bb5ca0012769934..3c321015eff09bc7b08a6a02dcc9c2405dd14c05 100644
--- a/pages/component/slider/slider.uvue
+++ b/pages/component/slider/slider.uvue
@@ -1,48 +1,125 @@
-
-
-
- 显示当前value
-
-
-
-
- 设置步进step跳动
-
-
-
-
- 设置最小/最大值
-
-
-
-
- 不同颜色和大小的滑块
-
-
-
-
-
-
-
+
+
+ uni-app-x
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 显示当前value
+
+
+
+
+ 设置步进step跳动
+
+
+
+
+ 设置最小/最大值
+
+
+
+
+ 不同颜色和大小的滑块
+
+
+
+
+
+
+
+
+
+ .main {
+ max-height: 500rpx;
+ padding: 10rpx 0;
+ border-bottom: 1px solid rgba(0, 0, 0, .06);
+ flex-direction: row;
+ justify-content: center;
+ }
+
+ .main .list-item {
+ width: 100%;
+ height: 200rpx;
+ border: 1px solid #666;
+ }
+
\ No newline at end of file