1
李凌
2025-12-24 309a95310b549f6380c99aea476bb7392ace326a
src/views/payMentMethod/add.vue
@@ -134,8 +134,8 @@
    }
    .select-item-textarea {
        // background: $tab_background;
        background: $inp-b;
        background: $tab_background;
        // background: $inp-b;
        padding: 0 15px;
        align-items: center;
        height: 120px;
@@ -148,8 +148,7 @@
    }
    .tips {
        // background: $tab_background;
        background: $inp-b;
        background: $tab_background;
        border-radius: 3px;
        .tip-title {
@@ -171,17 +170,15 @@
}
:deep(.van-cell) {
    // background: $tab_background;
    background: $inp-b;
    background: $tab_background;
    color: $text_color;
    input {
        color: $log-c;
        color: $text_color;
    }
}
:deep(.van-field__control) {
    // color: $text_color;
    color: $log-c;
    color: $text_color;
}
</style>