@kaiyinchem/ky-uniui 1.1.16 → 1.1.17
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/components/ky-btn.vue +2 -1
- package/package.json +1 -1
package/components/ky-btn.vue
CHANGED
|
@@ -365,9 +365,10 @@
|
|
|
365
365
|
right: 0;
|
|
366
366
|
display: flex;
|
|
367
367
|
align-items: center;
|
|
368
|
-
justify-content:
|
|
368
|
+
justify-content: center;
|
|
369
369
|
&.hasLeft {
|
|
370
370
|
height: 90rpx;
|
|
371
|
+
justify-content: space-between;
|
|
371
372
|
.btn-main {
|
|
372
373
|
width: 200rpx;
|
|
373
374
|
margin: 0;
|