@easyv/react-components 0.0.40 → 0.0.41
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/dist/Color/Preview.less
CHANGED
package/dist/Dropdown/index.less
CHANGED
package/dist/Input/index.less
CHANGED
|
@@ -60,4 +60,20 @@
|
|
|
60
60
|
border-color: rgb(var(--primary-6));
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
+
|
|
64
|
+
// 修改前缀的间距
|
|
65
|
+
.arco-input-inner-wrapper-has-prefix {
|
|
66
|
+
& > .arco-input {
|
|
67
|
+
padding-left: 4px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// 修改后缀的间距
|
|
73
|
+
.arco-input-has-suffix {
|
|
74
|
+
.arco-input-group {
|
|
75
|
+
.arco-input {
|
|
76
|
+
padding-right: 4px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
63
79
|
}
|
package/dist/Radio/index.less
CHANGED
|
@@ -3,13 +3,12 @@
|
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 28px;
|
|
5
5
|
border-radius: 2px;
|
|
6
|
-
border: 1px solid var(--border-
|
|
7
|
-
margin-right: 8px;
|
|
6
|
+
border: 1px solid var(--color-border-2);
|
|
8
7
|
padding: 6px;
|
|
9
8
|
display: flex;
|
|
10
9
|
align-items: center;
|
|
11
10
|
justify-content: center;
|
|
12
|
-
background-color: var(--color-bg-
|
|
11
|
+
background-color: var(--color-bg-white);
|
|
13
12
|
cursor: pointer;
|
|
14
13
|
|
|
15
14
|
&::before {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easyv/react-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"description": "a react component library base on arco design",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@arco-design/web-react": "2.57.1",
|
|
57
57
|
"@arco-themes/react-dtable": "0.0.40",
|
|
58
|
-
"@arco-themes/react-easytwin": "0.0.
|
|
58
|
+
"@arco-themes/react-easytwin": "0.0.23",
|
|
59
59
|
"@commitlint/cli": "^17.1.2",
|
|
60
60
|
"@commitlint/config-conventional": "^17.1.0",
|
|
61
61
|
"@easyv/sync-to-mirror": "^0.0.2",
|