|
@@ -8,7 +8,8 @@
|
|
|
height="800px"
|
|
height="800px"
|
|
|
@ok="handleSubmit"
|
|
@ok="handleSubmit"
|
|
|
>
|
|
>
|
|
|
- <div class="pt-2px pr-3px">
|
|
|
|
|
|
|
+ <div class="pt-2px pr-3px" style="padding: 0 100px">
|
|
|
|
|
+ <div>AI 识别配置</div>
|
|
|
<BasicForm @register="registerForm" :model="model">
|
|
<BasicForm @register="registerForm" :model="model">
|
|
|
<template #text="{ model, field }">
|
|
<template #text="{ model, field }">
|
|
|
{{ model[field] }}
|
|
{{ model[field] }}
|
|
@@ -55,7 +56,7 @@
|
|
|
{
|
|
{
|
|
|
field: 'aiOption',
|
|
field: 'aiOption',
|
|
|
component: 'CheckboxGroup',
|
|
component: 'CheckboxGroup',
|
|
|
- label: 'AI 识别配置',
|
|
|
|
|
|
|
+ label: '',
|
|
|
componentProps: {
|
|
componentProps: {
|
|
|
//style: { width: '246px' },
|
|
//style: { width: '246px' },
|
|
|
class: 'myCheckbox',
|
|
class: 'myCheckbox',
|
|
@@ -86,7 +87,7 @@
|
|
|
// },
|
|
// },
|
|
|
];
|
|
];
|
|
|
const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
|
|
const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
|
|
|
- labelWidth: 120,
|
|
|
|
|
|
|
+ labelWidth: 1,
|
|
|
schemas,
|
|
schemas,
|
|
|
showActionButtonGroup: false,
|
|
showActionButtonGroup: false,
|
|
|
actionColOptions: {
|
|
actionColOptions: {
|
|
@@ -159,7 +160,7 @@
|
|
|
.myCheckbox {
|
|
.myCheckbox {
|
|
|
.ant-checkbox-group-item {
|
|
.ant-checkbox-group-item {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- width: 350px;
|
|
|
|
|
|
|
+ // width: 350px;
|
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
|
// white-space: nowrap; /* 强制文本在一行内显示 */
|
|
// white-space: nowrap; /* 强制文本在一行内显示 */
|
|
|
// overflow: hidden; /* 超出容器部分隐藏 */
|
|
// overflow: hidden; /* 超出容器部分隐藏 */
|