فهرست منبع

修复了部分因国际化导致的UI适配问题

Huanyi 2 ماه پیش
والد
کامیت
ddfb35c79f
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/views/setting/ai/index.vue
  2. 1 1
      src/views/system/role/index.vue
  3. 1 1
      src/views/system/user/index.vue

+ 1 - 1
src/views/setting/ai/index.vue

@@ -7,7 +7,7 @@
         </div>
       </template>
 
-      <el-form v-if="aiData" ref="formRef" :model="aiData" :rules="rules" label-width="120px" class="setting-form">
+      <el-form v-if="aiData" ref="formRef" :model="aiData" :rules="rules" label-width="150px" class="setting-form">
         <el-form-item :label="t('ai.form.enabledFlag')" prop="enabledFlag">
           <el-switch
             v-model="aiData.enabledFlag"

+ 1 - 1
src/views/system/role/index.vue

@@ -78,7 +78,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column fixed="right" :label="t('role.table.operation')" width="320">
+        <el-table-column fixed="right" :label="t('role.table.operation')" width="350">
           <template #default="scope">
             <el-button
               v-if="scope.row.roleId !== 1"

+ 1 - 1
src/views/system/user/index.vue

@@ -165,7 +165,7 @@
               </template>
             </el-table-column>
 
-            <el-table-column :label="t('user.table.operation')" fixed="right" width="320" class-name="small-padding fixed-width">
+            <el-table-column :label="t('user.table.operation')" fixed="right" width="350" class-name="small-padding fixed-width">
               <template #default="scope">
                 <el-button
                   v-if="scope.row.userId !== 1"