liudong
2024-08-05 ada965001c31dae9abb1a6cbc55becfc9f4b6eaa
src/views/dmx/IntelligentAgent/components/editAgent.vue
@@ -15,16 +15,16 @@
  >
  <div class="main-container">
    <div class="main-container-lf">
      <div style="padding: 10px;font-size: 16px;background:#eeeeee;">智能体配置</div>
      <div style="padding: 10px;font-size: 16px;">智能体配置</div>
      <div style="display: flex;width: 100%;" :style="{height:height}">
        <div style="width: 50%;height: 100%">
          <div style="padding: 10px;font-size: 12px;color: #2a2a2b;">智能体画像</div>
          <div>
            <a-textarea v-model="system" placeholder="" disabled style="height: 400px;background: #ffffff;color: #666666"  />
            <a-textarea v-model="system" placeholder="" disabled style="height: 400px;color: #666666"  />
          </div>
        </div>
        <div style="background:#eeeeee;width: 50%;">
        <div style="width: 50%;border: 1px solid var(--color-neutral-3);">
          <a-form ref="formRef" :rules="rules" :model="form" @submit="handleSubmit"  layout="vertical" >
            <a-collapse :default-active-key="['1']">
              <a-collapse-item header="基础信息" key="0" v-if="typeAngint == 'edit'">