保誠-保戶業務員媒合平台
[ Update ] #Todo: 130452 「想要詢問的問題」資訊 i UI調整 , 修正 nav bar 菜單選擇狀態
修改2個檔案
21 ■■■■■ 已變更過的檔案
PAMapp/components/NavBar.vue 3 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/questionnaire/_agentNo.vue 18 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/NavBar.vue
@@ -13,7 +13,7 @@
          ref="dropdown"
          trigger="click"
          @command="routerNavigateTo">
          <i class="icon-avatar text--dark-blue cursor--pointer fix-chrome-click--issue" @click="isOpenDropdown =!isOpenDropdown" ></i>
          <i class="icon-avatar text--dark-blue cursor--pointer fix-chrome-click--issue" @click="isOpenDropdown =!isOpenDropdown" @blur="isOpenDropdown =false"></i>
          <el-dropdown-menu
            class="pam-header__dropdown">
            <template v-for="(item,index) in navBarList">
@@ -86,7 +86,6 @@
    }
    routerNavigateTo(url: string): void {
      this.isOpenDropdown = !this.isOpenDropdown;
      (this.$refs.dropdown as any).hide();
      _.isEqual(url, '') ? this.fakeLogout() : this.$router.push(url);
    }
PAMapp/pages/questionnaire/_agentNo.vue
@@ -48,9 +48,13 @@
        <div class="mb-30">
            <div>
            <div class="pb-10 mt-10 mdTxt required">想要詢問的問題
            <span class="hint text--bold" @click="showDrawer = true">
            <i class="icon-information text--bold" @click="showDrawer = true"></i>可複選</span></div>
            <div class="pb-10 mt-10 mdTxt required">
                想要詢問的問題
                <span class="hint text--bold">
                    (可複選)
                </span>
                <i class="icon-information text--bold" @click="showDrawer = true"></i>
            </div>
              <ConsultantQues
                @change="myRequest.myQuestion = $event"
                :selectedQuestions="myRequest.myQuestion"
@@ -583,9 +587,11 @@
    font-size: 16px;
    color: #ED1B2E;
    font-weight: bold;
    .icon-information {
        padding: 0 5px;
    }
    padding-left:0 10px;
}
.icon-information {
    font-size: 18px;
    color: $ORANGE;
}
@include desktop {