@vue-ui-kit/ant 2.5.0 → 2.5.2
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/cjs/index.js +16 -4
- package/dist/es/index.js +2062 -1412
- package/dist/index.d.ts +290 -64
- package/dist/style.css +4 -1
- package/dist/style.scss +464 -461
- package/package.json +6 -5
- package/src/packages/components/PCanvasGrid.vue +106 -170
- package/src/packages/styles/index.scss +464 -461
package/dist/style.css
CHANGED
|
@@ -123,6 +123,9 @@
|
|
|
123
123
|
z-index: 4;
|
|
124
124
|
}
|
|
125
125
|
.p-wrapper .p-canvas-pagination.ant-pagination {
|
|
126
|
+
display: flex;
|
|
127
|
+
justify-content: flex-end;
|
|
128
|
+
width: 100%;
|
|
126
129
|
padding: 16px 0;
|
|
127
130
|
}
|
|
128
131
|
.p-wrapper .p-error-hang-out .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
|
|
@@ -156,7 +159,7 @@
|
|
|
156
159
|
margin-bottom: -0.5em;
|
|
157
160
|
}
|
|
158
161
|
.p-wrapper .p-canvas-toolbar-wrapper {
|
|
159
|
-
box-shadow: 0 8px var(--p-bg
|
|
162
|
+
box-shadow: 0 8px var(--p-theme-bg, #fff);
|
|
160
163
|
border-radius: 0.5em 0.5em 0 0;
|
|
161
164
|
}
|
|
162
165
|
.p-wrapper .ant-form .ant-form-item {
|