Explorar o código

style(OcrView): 调整渠道列宽度

- 将渠道列的最小宽度从 10 调整为 100
- 优化表格布局,提高可读性
wui hai 9 meses
pai
achega
5cb9d7ddc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/OcrView.vue

+ 1 - 1
src/views/OcrView.vue

@@ -26,7 +26,7 @@
             <ElButton :icon="Refresh" @click="table.refresh(true)" circle />
         </template>
         <ElTableColumn prop="id" label="#" width="80" />
-        <ElTableColumn prop="channel" label="渠道" min-width="10" />
+        <ElTableColumn prop="channel" label="渠道" min-width="100" />
         <ElTableColumn prop="deviceId" label="设备" width="150" align="center">
             <template #default="{ row }">
                 <span