Procházet zdrojové kódy

:bug: Fixing a bug. #927 模型管理等界面列表的操作按钮样式展示存在问题

冷冷 před 5 roky
rodič
revize
23819814dd
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      src/const/crud/activiti/activiti.js

+ 0 - 4
src/const/crud/activiti/activiti.js

@@ -20,14 +20,12 @@ export const tableOption = {
   indexLabel: '序号',
   stripe: true,
   menuAlign: 'center',
-  menuWidth: 150,
   menuBtn: true,
   align: 'center',
   editBtn: false,
   delBtn: false,
   menuType: 'menu',
   searchMenuSpan: 6,
-  labelWidth: 120,
   column: [{
     fixed: true,
     label: '模型ID',
@@ -79,7 +77,6 @@ export const tableOption = {
     editDisabled: true,
     addDisplay: false
   }, {
-    width: 150,
     label: '创建时间',
     prop: 'createTime',
     type: 'datetime',
@@ -88,7 +85,6 @@ export const tableOption = {
     editDisabled: true,
     addDisplay: false
   }, {
-    width: 150,
     label: '最后更新时间',
     prop: 'lastUpdateTime',
     type: 'datetime',