|
|
@@ -14,7 +14,16 @@
|
|
|
:class="['form-plainTit ant-col', 'ant-col-' + (schema.colProps?.span || '24')]"
|
|
|
style="padding-left: 8px; padding-right: 8px"
|
|
|
>
|
|
|
- {{ schema.defaultValue }}
|
|
|
+ <div>
|
|
|
+ {{ schema.defaultValue }}
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ :style="{ color: schema.subLabelColor }"
|
|
|
+ @click="() => setFormModel(schema.field, '')"
|
|
|
+ class="cursor-pointer"
|
|
|
+ >
|
|
|
+ {{ schema.subLabel }}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<FormItem
|
|
|
v-else
|
|
|
@@ -361,6 +370,8 @@
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 10px;
|
|
|
padding-left: 16px !important;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
// margin-left: 30px;
|
|
|
&::after {
|
|
|
position: absolute;
|