hc-basic 1.0.1 → 1.0.2
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 +3 -2
- package/lib/hc-basic.css +1 -1
- package/lib/hc-basic.umd.min.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,11 +23,12 @@
|
|
|
23
23
|
> https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-single.git
|
|
24
24
|
|
|
25
25
|
### 示例项目-微前端-主项目
|
|
26
|
-
> https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-more-child.git
|
|
27
26
|
|
|
28
|
-
### 示例项目-微前端-子项目
|
|
29
27
|
> https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-more-main.git
|
|
30
28
|
|
|
29
|
+
### 示例项目-微前端-子项目
|
|
30
|
+
> https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-more-child.git
|
|
31
|
+
|
|
31
32
|
## 目录结构
|
|
32
33
|
```markdown
|
|
33
34
|
├── components ------> 公共组件
|
package/lib/hc-basic.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.underline[data-v-d1e08d74]{text-decoration:underline}[data-v-
|
|
1
|
+
.underline[data-v-d1e08d74]{text-decoration:underline}[data-v-6f5b8811] .el-input-number .el-input__inner{text-align:left}
|