浏览代码

update

pull/8/head
lb 1年前
父节点
当前提交
bfe4d27890
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/EquipmentManager/mockData.js

+ 1
- 1
src/views/EquipmentManager/mockData.js 查看文件

@@ -174,7 +174,7 @@ const StatusComponent = {
},
render: function(h) {
return h('span', { style: { display: 'flex', /** justifyContent: 'center', */ alignItems: 'center', color: '#ffffffb3' }}, [
h('span', { style: { width: '6px', height: '6px', borderRadius: '50%', backgroundColor: this.statusColor, boxShadow: '0 0 2px 2px ' + this.statusColor, marginRight: '8px' }}, ''),
h('span', { style: { width: 'calc(6px * var(--beilv))', height: 'calc(6px * var(--beilv))', borderRadius: '50%', backgroundColor: this.statusColor, boxShadow: '0 0 2px 2px ' + this.statusColor, marginRight: 'calc(8px * var(--beilv))' }}, ''),
h('span', this.statusText)
])
}


正在加载...
取消
保存