cygx-ui 1.0.3 → 1.0.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/dist/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
.cygx-form .ant-form-item input,
|
|
421
421
|
.cygx-form .ant-form-item label,
|
|
422
422
|
.cygx-form .ant-form-item span {
|
|
423
|
-
font-size:
|
|
423
|
+
font-size: 14px;
|
|
424
424
|
}
|
|
425
425
|
.cygx-form .ant-form-item .ant-form-item-control {
|
|
426
426
|
flex: 1 1;
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
background: #f5f5f5;
|
|
532
532
|
}
|
|
533
533
|
.quick_query_div .ant-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-title {
|
|
534
|
-
font-size:
|
|
534
|
+
font-size: 14px;
|
|
535
535
|
font-weight: bolder;
|
|
536
536
|
}
|
|
537
537
|
.quick_query_div .ant-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-extra {
|