screen_style.js 2.25 KB
Newer Older
何虹's avatar
何虹 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
export default {
  'tableStyle': {
    'color': '#babaff',
    'font-size': '.14rem',
    'font-family': 'myFont',
    'background-color': '#232449',
    'border': 'none !important'
  },
  'headerRow': {
    'allStyle': {
      'width': '',
      'height': '',
      'line-height': '',
      'font-family': '',
      'font-size': '.14rem',
      'font-weight': 'normal',
      'text-align': 'center',
      'color': '#20b2aa',
      'background': '#393a96',
      'border': 'none !important',
      'border-top': '',
      'border-bottom': 'none !important',
      'border-left': '',
      'border-right': '',
      'padding': '.1rem 0',
      'margin': ''
    }
  },
  cellDetailStyle: {
    headerRowStyle: {},
    rowStyle: {}
  },
  headerRowStyle: {
    'width': '',
    'height': '',
    'line-height': '',
    'font-family': 'Avenir,Helvetica,Arial,sans-serif',
    'font-size': '14px',
    // 'font-weight': 'bold!important',
    'text-align': 'center',
    'color': '#495060',
    'background': 'rgb(222, 222, 222)',
    'border': '',
    'border-top': '',
    'border-bottom': '',
    'border-left': '',
    'border-right': '',
    'padding': '10px 0',
    'margin': ''
  },
  headerCellStyle: {
    commonStyle: {},
    data: [
      {
        property: '',
        style: {
        }
      }
    ]
  },
  rowStyle: {
    commonStyle: {
      'padding': '.02rem 0 !important'
    },
    data: [
      {
        rowIndex: 0,
        style: {}
      }
    ]
  },
  columnStyle: {
    commonStyle: {
      'border-color': '#232449',
      'text-align': 'center',
      'padding': '.02rem 0 !important',
      'font-size': '.14rem'
    },
    data: [
      {
        property: '',
        style: {}
      }
    ]
  },
  cellStyle: {
    commonStyle: {
      'border-color': '',
      'text-align': 'center',
      'padding': '4px 0'
    },
    data: [
      {
        rowIndex: 0,
        property: '',
        style: {}
      }
    ]
  },
  'hover': {
    'hoverBackground': 'no',
    'leaveBackground': 'no'
  },
  'gutter': {
    'background': '#393a96',
    'border': '',
    'borderTop': '',
    'borderBottom': '',
    'borderLeft': '',
    'borderRight': ''
  },
  'maxHeight': 'none',
  'border': false,
  'showTooltip': true,
  'hideHeader': false,
  'hsConfig': {
    'default_type': 2
  }
}