tangning před 3 roky
rodič
revize
bda33bbc53
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/views/scenes/list.vue

+ 2 - 0
src/views/scenes/list.vue

@@ -135,12 +135,14 @@
         {
         {
           title: t('routes.scenes.webSite'),
           title: t('routes.scenes.webSite'),
           dataIndex: 'webSite',
           dataIndex: 'webSite',
+          ellipsis: false,
           slots: { customRender: 'link' },
           slots: { customRender: 'link' },
           width: 180,
           width: 180,
         },
         },
         {
         {
           title: t('routes.scenes.appListPicUrl'),
           title: t('routes.scenes.appListPicUrl'),
           dataIndex: 'thumb',
           dataIndex: 'thumb',
+          ellipsis: true,
           slots: { customRender: 'cover' },
           slots: { customRender: 'cover' },
           width: 150,
           width: 150,
         },
         },