tangning vor 1 Monat
Ursprung
Commit
17c13b5df1
1 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 5 4
      src/views/operate/components/config/addConfigModal.vue

+ 5 - 4
src/views/operate/components/config/addConfigModal.vue

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