@lx-frontend/wrap-element-ui 1.0.2-beta.2 → 1.0.2-beta.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lx-frontend/wrap-element-ui",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.4",
|
|
4
4
|
"description": "wrap-element-ui",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "src/components/index.ts",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"src/components"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"
|
|
27
|
-
"lodash": "^4.17.21",
|
|
28
|
-
"vue": "~2.7.16"
|
|
26
|
+
"lodash": "^4.17.21"
|
|
29
27
|
},
|
|
30
28
|
"devDependencies": {
|
|
29
|
+
"element-ui": "^2.15.14",
|
|
30
|
+
"vue": "~2.7.16",
|
|
31
31
|
"@faker-js/faker": "^8.4.1",
|
|
32
32
|
"@storybook/addon-docs": "7.6.19",
|
|
33
33
|
"@storybook/addon-essentials": "7.6.19",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
padding-left: 20px;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
&__content-right-input {
|
|
330
|
+
&__content-right-input.el-input {
|
|
331
331
|
width: 140px;
|
|
332
332
|
margin: 0 4px;
|
|
333
333
|
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
&__sort-btn {
|
|
466
|
+
&__sort-btn.el-button {
|
|
467
467
|
width: 112px;
|
|
468
468
|
height: 28px;
|
|
469
469
|
padding: 4px 42px;
|
|
@@ -513,18 +513,20 @@
|
|
|
513
513
|
|
|
514
514
|
&__reset-btn,
|
|
515
515
|
&__confirm-btn {
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
516
|
+
&.el-button {
|
|
517
|
+
width: 50px;
|
|
518
|
+
height: 28px;
|
|
519
|
+
margin-left: 10px;
|
|
520
|
+
display: flex;
|
|
521
|
+
justify-content: center;
|
|
522
|
+
align-items: center;
|
|
523
|
+
border-radius: 2px;
|
|
524
|
+
font-size: 14px;
|
|
525
|
+
font-weight: 400;
|
|
526
|
+
}
|
|
525
527
|
}
|
|
526
528
|
|
|
527
|
-
&__confirm-btn {
|
|
529
|
+
&__confirm-btn.el-button {
|
|
528
530
|
background-color: @--theme-blue--;
|
|
529
531
|
border-color: @--theme-blue--;
|
|
530
532
|
}
|
|
@@ -612,7 +614,7 @@
|
|
|
612
614
|
align-items: center;
|
|
613
615
|
margin-top: 12px;
|
|
614
616
|
|
|
615
|
-
& .el-pagination
|
|
617
|
+
& .el-pagination.is-background {
|
|
616
618
|
padding: 0;
|
|
617
619
|
|
|
618
620
|
.el-pager li.number {
|