n20-common-lib 3.2.23 → 3.2.25
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 +1 -1
- package/src/assets/css/table.scss +7 -0
- package/src/assets/css/v3/anchor.scss +2 -2
- package/style/index.css +1 -1
- package/theme/blue.css +1 -1
- package/theme/cctcRed.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -259,3 +259,10 @@ th.vxe-header--column {
|
|
|
259
259
|
.vxe-table--render-default:not(.v3-n20-table-pro) .vxe-body--column > .vxe-cell {
|
|
260
260
|
display: inline-block !important;
|
|
261
261
|
}
|
|
262
|
+
|
|
263
|
+
/* vxe-table-pro样式兼容性问题 */
|
|
264
|
+
.vxe-table--column.vxe-body--column {
|
|
265
|
+
.el-button--mini {
|
|
266
|
+
padding: 5px 7px;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
&__list {
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
|
-
align-items:
|
|
49
|
+
align-items: stretch;
|
|
50
|
+
width: max-content;
|
|
50
51
|
padding: 8px;
|
|
51
52
|
background: $--color-white;
|
|
52
53
|
border: 1px solid $--border-color-base;
|
|
@@ -59,7 +60,6 @@
|
|
|
59
60
|
display: flex;
|
|
60
61
|
align-items: center;
|
|
61
62
|
gap: 8px;
|
|
62
|
-
width: 104px;
|
|
63
63
|
padding: 4px 8px;
|
|
64
64
|
border-radius: 2px;
|
|
65
65
|
cursor: pointer;
|