@10yun/cv-mobile-ui 0.4.8 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,4 +4,4 @@
4
4
 
5
5
  ## cv-mobile-ui
6
6
 
7
- 详见手册:[https://cvjs.cn/cv-mobile-ui](https://cvjs.cn/cv-mobile-ui)
7
+ 详见手册:[https://cvjs.cn/cv-mobile-ui/](https://cvjs.cn/cv-mobile-ui/)
package/docs.md CHANGED
@@ -1,8 +1,5 @@
1
1
 
2
2
 
3
-
4
-
5
-
6
3
  lib-uni 需要同步
7
4
 
8
5
  连接:https://github.com/dcloudio/hello-uniapp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10yun/cv-mobile-ui",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "十云cvjs移动端ui,适用uniapp",
5
5
  "author": "",
6
6
  "license": "Apache-2.0",
@@ -61,7 +61,6 @@ export default {
61
61
  </script>
62
62
  <style>
63
63
  .cv-box {
64
- background-color: #fff;
65
64
  padding: 5px 0;
66
65
  border-radius: 5px;
67
66
  overflow: auto;
@@ -34,10 +34,6 @@ export default {
34
34
  }
35
35
  },
36
36
  props: {
37
- label: {
38
- type: String,
39
- default: '短信验证'
40
- },
41
37
  maxlength: {
42
38
  type: [Number, String],
43
39
  default: -1
@@ -35,7 +35,7 @@ export default {
35
35
  }
36
36
  },
37
37
  props: {
38
- label: {
38
+ placeholder: {
39
39
  type: String,
40
40
  default: ''
41
41
  },
@@ -96,29 +96,27 @@ export default {
96
96
 
97
97
  <style>
98
98
  .cv-code-area {
99
- height: 35px;
100
- line-height: 35px;
101
- font-size: 14px;
99
+ height: 36px;
100
+ display: flex;
101
+ justify-content: space-evenly;
102
+ align-items: center;
103
+ flex-direction: row;
102
104
  }
103
105
  .cv-code-input-area {
104
106
  width: calc(100% - 80px - 10px);
105
- float: left;
106
107
  }
107
108
  .cv-code-input-item {
108
109
  height: 35px;
109
- line-height: 35px;
110
+ /* line-height: 35px; */
110
111
  }
111
112
  .cv-code-input-item-placeholder {
112
- font-size: 14px;
113
+ font-size: 12px;
113
114
  }
114
115
  .cv-code-button-area {
115
116
  width: 80px;
116
- float: right;
117
- height: 35px;
117
+ display: flex;
118
118
  }
119
119
  .cv-code-button-item {
120
- height: 35px;
121
- line-height: 35px;
122
120
  font-size: 12px;
123
121
  background-color: #007aff;
124
122
  color: #ffffff;