保誠-保戶業務員媒合平台
Tomas
2021-11-01 c40e0c01b6df46dabd6b5130ddef1b4dad7ed058
PAMapp/components/Consultant/ConsultantList.vue
@@ -41,7 +41,7 @@
<style lang="scss" scoped>
    .emptyRowStyle {
        background-color: $white;
        background-color: $PRIMARY_WHITE;
        width: 100%;
        height: 100px;
        display: flex;
@@ -49,12 +49,12 @@
        align-items: center;
        .login {
            color: $primaryRed;
            color: $PRIMARY_RED;
            cursor: pointer;
        }
        .txt {
            color: $prudentialGrey;
            color: $PRUDENTIAL_GREY;
            margin-left: 17px;
        }
    }