张含笑
2025-12-23 a2f103ab7336aae63a7bd8eaacf9d92809e37daf
feat:按钮样式调整
2 files modified
16 ■■■■ changed files
src/subPackages/userDetail/infos/index.vue 8 ●●●● patch | view | raw | blame | history
src/subPackages/userDetail/password/index.vue 8 ●●●● patch | view | raw | blame | history
src/subPackages/userDetail/infos/index.vue
@@ -292,12 +292,16 @@
        bottom: 150rpx;
    }
    .u-button:first-child {
        margin-right: 30rpx;
    :deep(.u-button:first-child) {
        margin-right: 30rpx !important;
    }
    .custom-style {
        width: 276rpx;
        height: 76rpx;
    }
    :deep(.u-button.data-v-461e713c){
        width: 276rpx !important;
        height: 76rpx !important;
    }
</style>
src/subPackages/userDetail/password/index.vue
@@ -225,12 +225,16 @@
        bottom: 150rpx;
    }
    .u-button:first-child {
        margin-right: 30rpx;
    :deep(.u-button:first-child) {
        margin-right: 30rpx !important;
    }
    .custom-style {
        width: 276rpx;
        height: 76rpx;
    }
    :deep(.u-button.data-v-461e713c){
        width: 276rpx !important;
        height: 76rpx !important;
    }
</style>