Commit e544e65f authored by wangxl's avatar wangxl

3333

parent e9afa89d
......@@ -194,7 +194,7 @@
<div class="special-middle">
<div>
<div v-if="value.isProvincialTalent!=null">
<span v-if="value.isProvincialTalent==1"></span><span v-else></span>
<span v-if="value.isProvincialTalent!=1"></span>
<div v-if="value.isProvincialTalent==1">
<para-check v-model="value.talentType" :typeId="talentTypeId" :disabled="true" />
</div>
......
......@@ -13969,7 +13969,7 @@ span.ant-radio+* {
}
.ant-checkbox-disabled .ant-checkbox-inner {
background-color: #f5f5f5;
/* background-color: #f5f5f5; */
border-color: #d9d9d9 !important;
}
......@@ -13981,7 +13981,7 @@ span.ant-radio+* {
}
.ant-checkbox-disabled+span {
color: rgba(0, 0, 0, 0.25);
/* color: rgba(0, 0, 0, 0.25); */
cursor: not-allowed;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment