فهرست منبع

style: 登录日志页面布局

xingyu4j 2 سال پیش
والد
کامیت
a196e7828e
1فایلهای تغییر یافته به همراه3 افزوده شده و 6 حذف شده
  1. 3 6
      yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts

+ 3 - 6
yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts

@@ -8,7 +8,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
   primaryType: 'seq',
   primaryTitle: '日志编号',
   action: true,
-  actionWidth: '80px',
+  actionWidth: '100px',
   columns: [
     {
       title: '日志类型',
@@ -28,10 +28,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
     },
     {
       title: '浏览器',
-      field: 'userAgent',
-      table: {
-        width: 100
-      }
+      field: 'userAgent'
     },
     {
       title: '登陆结果',
@@ -44,7 +41,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
       field: 'createTime',
       formatter: 'formatDate',
       table: {
-        width: 100
+        width: 150
       },
       search: {
         show: true,