@jiaozhiye/qm-design-react 1.7.47 → 1.7.49
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/lib/collapse/src/collapse.d.ts +1 -0
- package/lib/divider/src/divider.d.ts +6 -1
- package/lib/divider/style/index.less +12 -0
- package/lib/form/src/form.d.ts +1 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +12 -0
- package/lib/style/index.min.css +1 -1
- package/lib/upload-file/style/index.less +37 -37
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -27284,6 +27284,7 @@ table {
|
|
|
27284
27284
|
align-items: center;
|
|
27285
27285
|
padding: 0 10px;
|
|
27286
27286
|
height: 32px;
|
|
27287
|
+
line-height: 1;
|
|
27287
27288
|
border: 1px solid #d9d9d9;
|
|
27288
27289
|
border-radius: 2px;
|
|
27289
27290
|
background-color: #f5f5f5;
|
|
@@ -27316,6 +27317,17 @@ table {
|
|
|
27316
27317
|
.qm-divider__collapse .anticon {
|
|
27317
27318
|
margin-left: 4px !important;
|
|
27318
27319
|
}
|
|
27320
|
+
.qm-divider-borderless {
|
|
27321
|
+
border: none;
|
|
27322
|
+
background-color: transparent;
|
|
27323
|
+
}
|
|
27324
|
+
.qm-divider-borderless::before {
|
|
27325
|
+
top: auto;
|
|
27326
|
+
bottom: auto;
|
|
27327
|
+
left: 0;
|
|
27328
|
+
height: 20px;
|
|
27329
|
+
border-radius: 3px;
|
|
27330
|
+
}
|
|
27319
27331
|
.qm-divider--lg {
|
|
27320
27332
|
height: 40px;
|
|
27321
27333
|
}
|