w-ui-v1 1.1.13 → 1.1.14
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/w-card/w-card.vue +2 -2
package/package.json
CHANGED
package/w-card/w-card.vue
CHANGED
|
@@ -431,7 +431,7 @@ function EditButtonLabel(){
|
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
position: relative; // 添加定位上下文
|
|
434
|
-
padding-bottom:
|
|
434
|
+
padding-bottom: 20rpx; // 为按钮预留空间
|
|
435
435
|
|
|
436
436
|
.expand-btn-container {
|
|
437
437
|
/* 尺寸调整 */
|
|
@@ -443,7 +443,7 @@ function EditButtonLabel(){
|
|
|
443
443
|
position: absolute;
|
|
444
444
|
right: 50%;
|
|
445
445
|
transform: translateX(50%);
|
|
446
|
-
bottom:
|
|
446
|
+
bottom: -23px;
|
|
447
447
|
width: auto !important;
|
|
448
448
|
margin-top: 0;
|
|
449
449
|
|