保誠-保戶業務員媒合平台
Jack
2021-11-25 6fad49f58a110dbe2ea2fab743bfe7449266bf22
Update: 調整 disabled 顏色為灰色
修改1個檔案
6 ■■■■ 已變更過的檔案
PAMapp/pages/login/index.vue 6 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/login/index.vue
@@ -216,7 +216,8 @@
          </el-row>
          <el-row class="pt-30">
            <div class="pam-agree-radio">
              <label for="agreeControct" class="pam-radio">
              <label for="agreeControct" class="pam-radio"
                :class="{disabled: !isReadContract}">
                <input
                  type="radio"
                  id="agreeControct"
@@ -580,4 +581,7 @@
.pam-popUp-title {
  line-height: 24px;
}
.disabled {
  color: #A7A8AA;
}
</style>