ls-pro-common 1.0.71 → 1.0.72
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/common.css +70 -5
- package/dist/common.js +1 -1
- package/dist/common.min.css +70 -5
- package/dist/common.min.js +1 -1
- package/es/components/common.less +9 -5
- package/lib/components/common.less +9 -5
- package/package.json +2 -2
|
@@ -216,6 +216,9 @@ body {
|
|
|
216
216
|
border-radius: 4px;
|
|
217
217
|
border-color : var(--ant-primary-color);
|
|
218
218
|
color : var(--ant-primary-color);
|
|
219
|
+
height : 28px;
|
|
220
|
+
line-height: 1.2;
|
|
221
|
+
padding : 2px 15px;
|
|
219
222
|
|
|
220
223
|
&:active {
|
|
221
224
|
border-color: var(--ant-primary-color-hover);
|
|
@@ -223,6 +226,10 @@ body {
|
|
|
223
226
|
}
|
|
224
227
|
}
|
|
225
228
|
|
|
229
|
+
.ant-btn-icon-only{
|
|
230
|
+
padding : 2px 0;
|
|
231
|
+
}
|
|
232
|
+
|
|
226
233
|
.ant-btn-primary {
|
|
227
234
|
color: #fff;
|
|
228
235
|
}
|
|
@@ -299,8 +306,5 @@ a:hover {
|
|
|
299
306
|
}
|
|
300
307
|
|
|
301
308
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
line-height: 1.2;
|
|
305
|
-
padding : 2px 15px;
|
|
306
|
-
}
|
|
309
|
+
|
|
310
|
+
|
|
@@ -216,6 +216,9 @@ body {
|
|
|
216
216
|
border-radius: 4px;
|
|
217
217
|
border-color : var(--ant-primary-color);
|
|
218
218
|
color : var(--ant-primary-color);
|
|
219
|
+
height : 28px;
|
|
220
|
+
line-height: 1.2;
|
|
221
|
+
padding : 2px 15px;
|
|
219
222
|
|
|
220
223
|
&:active {
|
|
221
224
|
border-color: var(--ant-primary-color-hover);
|
|
@@ -223,6 +226,10 @@ body {
|
|
|
223
226
|
}
|
|
224
227
|
}
|
|
225
228
|
|
|
229
|
+
.ant-btn-icon-only{
|
|
230
|
+
padding : 2px 0;
|
|
231
|
+
}
|
|
232
|
+
|
|
226
233
|
.ant-btn-primary {
|
|
227
234
|
color: #fff;
|
|
228
235
|
}
|
|
@@ -299,8 +306,5 @@ a:hover {
|
|
|
299
306
|
}
|
|
300
307
|
|
|
301
308
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
line-height: 1.2;
|
|
305
|
-
padding : 2px 15px;
|
|
306
|
-
}
|
|
309
|
+
|
|
310
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ls-pro-common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.72",
|
|
4
4
|
"description": "ls-pro-common",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@ant-design/icons": "^4.3.0",
|
|
30
|
-
"ls-pro-table": "2.62.
|
|
30
|
+
"ls-pro-table": "2.62.53",
|
|
31
31
|
"ls-pro-form": "1.52.33",
|
|
32
32
|
"@babel/runtime": "^7.16.3",
|
|
33
33
|
"classnames": "^2.2.6",
|