Browse Source

Merge branch 'qin_16'

qin_17
herenshan112 6 months ago
parent
commit
1c32c17dd2
  1. 2
      src/components/formTable/index.vue
  2. 4
      src/views/formTable/page/cardPageNew.vue

2
src/components/formTable/index.vue

@ -1981,7 +1981,7 @@ defineExpose({
<template>
<div v-loading="loading">
<el-form v-bind="formData.form" ref="ruleForm" :model="model as any" class="add-form"
<el-form v-bind="formData.form" ref="ruleForm" :model="model as any" :disabled="type === 3" class="add-form"
:class="{
'design-form': type === 5,
'detail-form': type === 3

4
src/views/formTable/page/cardPageNew.vue

@ -592,8 +592,8 @@ const delTask = (val:any) => {
}
}
.cardInfoTitle{
font-size:18px;
line-height:20px;
font-size:16px;
line-height:35px;
color: #000000;
}
.cardInfoContent{

Loading…
Cancel
Save