cimu-parcel 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 ADDED
@@ -0,0 +1,34 @@
1
+ # hfwxb 组件库-UI
2
+
3
+ ```JS
4
+ author:林太白
5
+ hfwxb 开源UI框架
6
+ ```
7
+
8
+ ## 使用
9
+
10
+ 安装依赖
11
+ ```JS
12
+ npm i hfwxb
13
+ ```
14
+
15
+ 项目引入使用
16
+ ```JS
17
+
18
+ //全局使用
19
+ import { Pagination,ValidCode} from 'hfwxb'
20
+ app.component('Tbcode', tbcode)
21
+ import 'hfwxb/dist/style.css'
22
+ <ValidCode/>
23
+
24
+
25
+
26
+ 方式二 局部引入 (推荐)
27
+
28
+ import { Pagination,ValidCode} from 'hfwxb'
29
+ import 'hfwxb/dist/style.css'
30
+
31
+ <Tbcode/>
32
+ ```
33
+
34
+ npm publish 发版
@@ -0,0 +1 @@
1
+ .pagination[data-v-2d990a12]{background-color:#5f9ea0;color:#fff;padding:20px;text-align:center;font-size:20px}.codebox[data-v-f63ed909]{text-align:center;font-weight:800;line-height:40px;display:inline-block;cursor:pointer;font-size:24px;color:#fff;border-radius:4px}.cursor-move[data-v-24722bb0]{cursor:move}.linefeed[data-v-a3f72c57] .el-form-item__label,.linefeed[data-v-ca4856d4] .el-form-item__label{white-space:pre;line-height:calc(100% + 2px);text-align:right}.flex1[data-v-ca4856d4]{flex:1}.rules-form-item[data-v-ca4856d4]{position:relative}.remarks-icon[data-v-ca4856d4]{cursor:default;margin-left:8px;position:absolute;right:-23px}.remarks[data-v-ca4856d4]{max-width:300px}.cursor-move[data-v-7d552b08]{cursor:move}[data-v-7928966d] .el-dialog{max-height:80%;overflow:hidden;display:flex;flex-direction:column}[data-v-7928966d] .el-dialog.is-fullscreen{max-height:unset}[data-v-7928966d] .el-dialog .el-dialog__body{flex:1;overflow:auto}.basis-dialog__headerbtn[data-v-7928966d]{position:absolute;top:var(--el-dialog-padding-primary);right:var(--el-dialog-padding-primary)}.basis-dialog__headerbtn button[data-v-7928966d]{padding:0;background:transparent;border:none;outline:none;cursor:pointer;font-size:var(--el-message-close-size, 16px);margin-left:15px;color:var(--el-color-info)}.basis-dialog__headerbtn button:hover .el-dialog__close[data-v-7928966d]{color:var(--el-color-primary)}.basis-dialog[data-v-7928966d] .el-dialog.is-fullscreen{display:flex;flex-direction:column;top:0!important;left:0!important}.basis-dialog[data-v-7928966d] .el-dialog.is-fullscreen .el-dialog__body{max-height:none;flex:1;overflow:auto}.basis-dialog[data-v-7928966d] .el-dialog.is-fullscreen .el-dialog__footer{padding-bottom:10px;border-top:1px solid var(--el-border-color)}