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> <template>
<div v-loading="loading"> <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="{ :class="{
'design-form': type === 5, 'design-form': type === 5,
'detail-form': type === 3 'detail-form': type === 3

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

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

Loading…
Cancel
Save